unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Amade Nemes <nemesamade@gmail.com>
To: 61985@debbugs.gnu.org
Cc: Amade Nemes <nemesamade@gmail.com>, lars@6xq.net
Subject: [bug#61985] [PATCH] gnu: python-bibtexparser: Update to 1.4.0.
Date: Sun,  5 Mar 2023 18:43:28 +0100	[thread overview]
Message-ID: <17558eafe45fcabd10400fdbc5f5aa5b98ccbffc.1678038202.git.nemesamade@gmail.com> (raw)

* 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





             reply	other threads:[~2023-03-05 17:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-05 17:43 Amade Nemes [this message]
2023-03-13 21:37 ` bug#61985: [PATCH] gnu: python-bibtexparser: Update to 1.4.0 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17558eafe45fcabd10400fdbc5f5aa5b98ccbffc.1678038202.git.nemesamade@gmail.com \
    --to=nemesamade@gmail.com \
    --cc=61985@debbugs.gnu.org \
    --cc=lars@6xq.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).