python313Packages.pybtex: 0.24.0 -> 0.25.1

This commit is contained in:
Doron Behar
2025-07-09 17:01:23 +03:00
parent 43b3fd8851
commit aa9a1b2c8d
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pybtex";
version = "0.24.0";
version = "0.25.1";
pyproject = true;
src = fetchPypi {
inherit version pname;
sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755";
sha256 = "sha256-nq+QJnx+g+Ilr4n+plw3Cvv2X0WCINOUap4wSeHspJE=";
};
build-system = [