1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

gnu: python-bibtexparser: Update to 2.0.0b9.

* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 2.0.0b9.
[propagated-inputs]: Add python-pylatexenc.

Change-Id: I368bd15ccb98ae8d1575dfa5e714e0870c481d01
This commit is contained in:
Maxim Cournoyer
2026-03-23 14:42:26 +09:00
parent e8612d3349
commit 4a34c929e9
+3 -3
View File
@@ -28400,7 +28400,7 @@ for manual interpretation.")
(define-public python-bibtexparser
(package
(name "python-bibtexparser")
(version "2.0.0b8")
(version "2.0.0b9")
(source
(origin
(method git-fetch)
@@ -28409,9 +28409,9 @@ for manual interpretation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "065b6267ygphacfc9aawckv0yz9x3pzd4ivdbsr8cla3zs3lqzg7"))))
(base32 "1ym3lnvm02j2qxvm3qwbw8a10b6wc70wrfwqiqgppcap2vd5h85y"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-pyparsing))
(propagated-inputs (list python-pylatexenc python-pyparsing))
(native-inputs
(list python-pylatexenc python-pytest python-setuptools))
(home-page "https://github.com/sciunto-org/python-bibtexparser")