summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-09-21 22:49:48 +0000
committerOrivej Desh <orivej@gmx.fr>2018-09-21 22:49:58 +0000
commit39817f728b1bb1e539daf2fe5c5b364523a04405 (patch)
tree0a38a4338aefcdb014e96c5952edc125071c75ae /pkgs/development/python-modules
parent7df10f388dabe9af3320fe91dd715fc84f4c7e8a (diff)
parente78cf6ecbacd4035243d1d75de4a62e407dcf324 (diff)
downloadnixpkgs-39817f728b1bb1e539daf2fe5c5b364523a04405.tar
nixpkgs-39817f728b1bb1e539daf2fe5c5b364523a04405.tar.gz
nixpkgs-39817f728b1bb1e539daf2fe5c5b364523a04405.tar.bz2
nixpkgs-39817f728b1bb1e539daf2fe5c5b364523a04405.tar.lz
nixpkgs-39817f728b1bb1e539daf2fe5c5b364523a04405.tar.xz
nixpkgs-39817f728b1bb1e539daf2fe5c5b364523a04405.tar.zst
nixpkgs-39817f728b1bb1e539daf2fe5c5b364523a04405.zip
Update htslib and dependent packages
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pysam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pysam/default.nix b/pkgs/development/python-modules/pysam/default.nix
index 9d6cbacc958..3138c114e69 100644
--- a/pkgs/development/python-modules/pysam/default.nix
+++ b/pkgs/development/python-modules/pysam/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname   = "pysam";
-  version = "0.13.0";
+  version = "0.15.1";
 
   # Fetching from GitHub instead of PyPi cause the 0.13 src release on PyPi is
   # missing some files which cause test failures.
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "pysam-developers";
     repo = "pysam";
     rev = "v${version}";
-    sha256 = "1lwbcl38w1x0gciw5psjp87msmv9zzkgiqikg9b83dqaw2y5az1i";
+    sha256 = "1vj367w6xbn9bpmksm162l1aipf7cj97h1q83y7jcpm33ihwpf7x";
   };
 
   buildInputs = [ bzip2 curl cython lzma zlib ];