emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61985: closed ([PATCH] gnu: python-bibtexparser: Update to 1.4.0.)


From: GNU bug Tracking System
Subject: bug#61985: closed ([PATCH] gnu: python-bibtexparser: Update to 1.4.0.)
Date: Mon, 13 Mar 2023 21:39:02 +0000

Your message dated Mon, 13 Mar 2023 21:37:18 +0000
with message-id <877cvk1geg.fsf@cbaines.net>
and subject line Re: [bug#61985] [PATCH] gnu: python-bibtexparser: Update to 
1.4.0.
has caused the debbugs.gnu.org bug report #61985,
regarding [PATCH] gnu: python-bibtexparser: Update to 1.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61985: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61985
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-bibtexparser: Update to 1.4.0. Date: Sun, 5 Mar 2023 18:43:28 +0100
* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 1.4.0.
---
 gnu/packages/python-xyz.scm | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2e107fae2..82eb2fc0e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -132,6 +132,7 @@
 ;;; Copyright © 2022 Garek Dyszel <garekdyszel@disroot.org>
 ;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull@hotmail.fr>
 ;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2023 Amade Nemes <nemesamade@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25131,19 +25132,16 @@ (define-public python-pyroutelib3
 (define-public python-bibtexparser
   (package
     (name "python-bibtexparser")
-    (version "1.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "bibtexparser" version))
-       (sha256
-        (base32
-         "0zwhfkrzf3n5847dbnfng92k7ak199l9v6x6ax3dgdidfpm6d2fz"))))
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "bibtexparser" version))
+              (sha256
+               (base32
+                "1rmc178qqb8814v3pcfv4qgl8rxmkd11d56limkqmi776jyf4z6a"))))
     (build-system python-build-system)
-    (propagated-inputs
-     (list python-pyparsing))
-    (native-inputs
-     (list python-future))
+    (propagated-inputs (list python-pyparsing))
+    (native-inputs (list python-future))
     (home-page "https://github.com/sciunto-org/python-bibtexparser";)
     (synopsis "Python library to parse BibTeX files")
     (description "BibtexParser is a Python library to parse BibTeX files.")

base-commit: c6480edbe3260a3bfb48361ca73e666b6d473f42
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61985] [PATCH] gnu: python-bibtexparser: Update to 1.4.0. Date: Mon, 13 Mar 2023 21:37:18 +0000 User-agent: mu4e 1.8.13; emacs 28.2
Amade Nemes <nemesamade@gmail.com> writes:

> * gnu/packages/python-xyz.scm (python-bibtexparser): Update to 1.4.0.
> ---
>  gnu/packages/python-xyz.scm | 22 ++++++++++------------
>  1 file changed, 10 insertions(+), 12 deletions(-)

Thanks, I've pushed this to master as
e5cc1fffba18926fc11379250204eb362baee862.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]