GNU bug report logs - #76329
[PATCH] gnu: emacs-parsebib: Update to 6.6.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 16 Feb 2025 09:06:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-parsebib: Update to 6.6.
Date: Sun, 16 Feb 2025 10:04:41 +0100
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 6.6.

Change-Id: I1c699483db210740745c12ace48e626b998e8f45
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fd1e2a5887..5ae6b6a33e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25668,7 +25668,7 @@ (define-public emacs-org-auto-expand
 (define-public emacs-parsebib
   (package
     (name "emacs-parsebib")
-    (version "6.4")
+    (version "6.6")
     (source
      (origin
        (method git-fetch)
@@ -25677,13 +25677,13 @@ (define-public emacs-parsebib
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mx47gkn3l7hvknksfcl9r36hhm2hlskibvbkxd31sgzhzgjaxdr"))))
+        (base32 "0gh8bv6q9041q0b9spw7glj3lfvkj8yl743b4xc1y5mjj8alb466"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/joostkremers/parsebib")
     (synopsis "Library for parsing @file{.bib} files")
     (description
      "This package provides an Emacs library for parsing @file{.bib} files.")
-    (license license:gpl3+)))
+    (license license:bsd-3)))
 
 (define-public emacs-ebib
   (package

base-commit: dd7a377c38c2a3e0cb80b0e45b32dfbe4577a739
--
2.48.1





This bug report was last modified 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.