python3Packages.pybigwig: 0.3.24 -> 0.3.25

This commit is contained in:
R. Ryantm
2026-01-19 01:45:59 +00:00
parent 42c8ee3b52
commit 171ae866c1
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pybigwig";
version = "0.3.24";
version = "0.3.25";
format = "setuptools";
src = fetchFromGitHub {
owner = "deeptools";
repo = "pyBigWig";
tag = version;
hash = "sha256-gK3cOwbvQtf+g1H/4x69swqCFdkBwpV7ZOrbE0eANh0=";
hash = "sha256-Vq/QdJg2qObJ49lHZ4RjULfI0f7pScLRWGW8NBZoMAw=";
};
buildInputs = [ zlib ];