python311Packages.pybigwig: 0.3.22 -> 0.3.23

This commit is contained in:
R. Ryantm 2024-06-24 21:20:37 +00:00
parent e1f89770af
commit 91ae423d3a

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pybigwig";
version = "0.3.22";
version = "0.3.23";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "deeptools";
repo = "pyBigWig";
rev = "refs/tags/${version}";
hash = "sha256-wJC5eXIC9PNlbCtmq671WuoIJVkh3aX7K6WArJWjyFg=";
hash = "sha256-ch9nZrQAnzFQQ62/NF4J51pV4DQAbVq4/f/6LaXf5hM=";
};
buildInputs = [ zlib ];