Merge pull request #306701 from r-ryantm/auto-update/python311Packages.pysam

python311Packages.pysam: 0.22.0 -> 0.22.1
This commit is contained in:
Aleksana 2024-04-26 13:57:14 +08:00 committed by GitHub
commit 5767915c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pysam";
version = "0.22.0";
version = "0.22.1";
pyproject = true;
# Fetching from GitHub instead of PyPi cause the 0.13 src release on PyPi is
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "pysam-developers";
repo = "pysam";
rev = "refs/tags/v${version}";
hash = "sha256-TLqZF5NS9ROH8z7c2ZxfOYNRIe5pabMNBuhQ4azFmDU=";
hash = "sha256-1sivEf8xN4SJPtJiAcBZG1bbgy66yWXzQis1mPeU+sA=";
};
nativeBuildInputs = [