summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-17 15:20:16 +0100
committerGitHub <noreply@github.com>2024-03-17 15:20:16 +0100
commit2e911ea73b38a2557b45fcd30c1fa213a51621d4 (patch)
tree3b00c4be17f49ff7bf94cd389cd6b8a357a4f4e5 /pkgs
parentf7fcd210bb697907e3afe987f2484ecb324ce819 (diff)
parenta312b41117930031b659bdf12c4f3f4120952656 (diff)
Merge pull request #294471 from r-ryantm/auto-update/deeptools
deeptools: 3.5.4 -> 3.5.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/biology/deeptools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/biology/deeptools/default.nix b/pkgs/applications/science/biology/deeptools/default.nix
index a7a1f77dfe90..2abd0825e6e3 100644
--- a/pkgs/applications/science/biology/deeptools/default.nix
+++ b/pkgs/applications/science/biology/deeptools/default.nix
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "deeptools";
- version = "3.5.4";
+ version = "3.5.5";
pyproject = true;
src = fetchFromGitHub {
owner = "deeptools";
repo = "deepTools";
- rev = version;
- hash = "sha256-A8YdlMptmJyxWW0EYLjXFIWjIO/mttEC7VYdlCe9MaI=";
+ rev = "refs/tags/${version}";
+ hash = "sha256-2kSlL7Y5f/FjVtStnmz+GlTw2oymrtxOCaXlqgbQ7FU=";
};
nativeBuildInputs = with python3.pkgs; [