Commit aa9a1b2c authored by Doron Behar's avatar Doron Behar
Browse files

python313Packages.pybtex: 0.24.0 -> 0.25.1

parent 43b3fd88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [