python3Packages.pybigwig: 0.3.24 -> 0.3.25 (#481500)

This commit is contained in:
Nick Cao
2026-01-19 22:00:05 +00:00
committed by GitHub
@@ -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 ];