python3Packages.bibtexparser_2: 2.0.0b8 -> 2.0.0b9 (#487380)

This commit is contained in:
Nick Cao
2026-02-06 21:16:03 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "bibtexparser";
version = "2.0.0b8";
version = "2.0.0b9";
pyproject = true;
src = fetchFromGitHub {
owner = "sciunto-org";
repo = "python-bibtexparser";
tag = "v${version}";
hash = "sha256-531Mh/5DUYayXm1H0v4dPX0P9mRcqcQcU/A+f4wwqxg=";
hash = "sha256-viBY2hZXsXsfjpi7zMFh3CwQFOKL41F3x0IKULelo/o=";
};
build-system = [ setuptools ];