guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: perl-data-page: Update to 2.03.


From: guix-commits
Subject: 06/07: gnu: perl-data-page: Update to 2.03.
Date: Wed, 15 May 2019 15:25:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5a04c993b6d315f35b8208fa42aef91ad2d3017d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 15 21:23:23 2019 +0200

    gnu: perl-data-page: Update to 2.03.
    
    * gnu/packages/perl.scm (perl-data-page): Update to 2.03.
---
 gnu/packages/perl.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5a4081b..7406a27 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1885,15 +1885,14 @@ indentation and newlines plus sub deparsing.")
 (define-public perl-data-page
   (package
     (name "perl-data-page")
-    (version "2.02")
+    (version "2.03")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/L/LB/LBROCARD/"
+       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
                            "Data-Page-" version ".tar.gz"))
        (sha256
-        (base32
-         "1hvi92c4h2angryc6pngw7gbm3ysc2jfmyxk2wh9ia4vdwpbs554"))))
+        (base32 "12rxrr2b11qjk0c437cisw2kfqkafw1awcng09cv6yhzglb55yif"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)



reply via email to

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