python3Packages.pysam: 0.17.0 -> 0.18.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:08 -08:00
parent 435d2e1037
commit e21c4b3036
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pysam";
version = "0.17.0";
version = "0.18.0";
# Fetching from GitHub instead of PyPi cause the 0.13 src release on PyPi is
# missing some files which cause test failures.
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pysam-developers";
repo = "pysam";
rev = "v${version}";
sha256 = "sha256-RDeBq6pwBGCBNIn8YOPQr96GuL6FKEYeLAPQD6XN0iE=";
sha256 = "042ca27r6634xg2ixgvq1079cp714wmm6ml7bwc1snn0wxxzywfg";
};
nativeBuildInputs = [ samtools ];