unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60965] [PATCH] gnu: emacs-biblio: Update to 0.2-1.517ec18.
@ 2023-01-20 16:38 Cayetano Santos via Guix-patches via
  2023-01-20 23:40 ` bug#60965: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-01-20 16:38 UTC (permalink / raw)
  To: 60965; +Cc: Cayetano Santos

* gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.2-1.517ec18.
---
 gnu/packages/emacs-xyz.scm | 44 ++++++++++++++++++++++----------------
 1 file changed, 25 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9edb88049b..1271f47883 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20934,30 +20934,36 @@ (define-public emacs-ebib
                    license:gpl3+))))
 
 (define-public emacs-biblio
-  (package
-    (name "emacs-biblio")
-    (version "0.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/cpitclaudel/biblio.el")
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"))))
-    (build-system emacs-build-system)
-    (propagated-inputs
-     (list emacs-dash emacs-let-alist))
-    (home-page "https://github.com/cpitclaudel/biblio.el")
-    (synopsis "Browse and import bibliographic references")
-    (description "This package provides an extensible Emacs package for
+  (let ((version "0.2")
+        (revision "1")
+        (commit "517ec18f00f91b61481214b178f7ae0b8fbc499b"))
+    (package
+      (name "emacs-biblio")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/cpitclaudel/biblio.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0m5vpyj6312rc3xq8lrr1g2hyl26adzwvjxb3jqrm7bvqvs4i5zp"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-dash emacs-let-alist emacs-seq))
+      (home-page "https://github.com/cpitclaudel/biblio.el")
+      (synopsis
+       "Browse and import bibliographic references from CrossRef, arXiv, DBLP,
+HAL, Dissemin, and doi.org")
+      (description "This package provides an extensible Emacs package for
 browsing and fetching references.
 
 @file{biblio.el} makes it easy to browse and gather bibliographic references
 and publications from various sources, by keywords or by DOI.  References are
 automatically fetched from well-curated sources, and formatted as BibTeX.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-citar
   (package

base-commit: cdc76466e4e62f3b62463f829a27ce39167d1ea4
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60965: [PATCH] gnu: emacs-biblio: Update to 0.2-1.517ec18.
  2023-01-20 16:38 [bug#60965] [PATCH] gnu: emacs-biblio: Update to 0.2-1.517ec18 Cayetano Santos via Guix-patches via
@ 2023-01-20 23:40 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-01-20 23:40 UTC (permalink / raw)
  To: Cayetano Santos via Guix-patches via; +Cc: 60965-done, Cayetano Santos

Hello,

Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.2-1.517ec18.

Applied with noted change. Thank you.

> +      (synopsis
> +       "Browse and import bibliographic references from CrossRef, arXiv, DBLP,
> +HAL, Dissemin, and doi.org")

I used the previous synopsis, which was shorter.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-20 23:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 16:38 [bug#60965] [PATCH] gnu: emacs-biblio: Update to 0.2-1.517ec18 Cayetano Santos via Guix-patches via
2023-01-20 23:40 ` bug#60965: " Nicolas Goaziou

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).