guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: perl-text-bibtex: Update to 0.85.


From: Tobias Geerinckx-Rice
Subject: 05/08: gnu: perl-text-bibtex: Update to 0.85.
Date: Wed, 13 Dec 2017 18:21:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a2460e0f6b0b899fe21ccd75797d3f926447ebd3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 13 15:05:25 2017 +0100

    gnu: perl-text-bibtex: Update to 0.85.
    
    * gnu/packages/tex.scm (perl-text-bibtex): Update to 0.85
---
 gnu/packages/tex.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index adafdfd..69dac60 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2016, 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3917,7 +3918,7 @@ This package contains the complete TeX Live 
distribution.")
 (define-public perl-text-bibtex
   (package
     (name "perl-text-bibtex")
-    (version "0.77")
+    (version "0.85")
     (source
      (origin
        (method url-fetch)
@@ -3925,7 +3926,7 @@ This package contains the complete TeX Live 
distribution.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0kkfx8skk763pivz6h2ffy2zdp1lvy6d5sz0kjaj0mdbjffvnnb4"))))
+         "036kxgbn1jf70pfm2lmjlzjwnhbkd888fp5lyvmkjpdd15gla18h"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases



reply via email to

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