guix-commits
[Top][All Lists]
Advanced

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

02/19: gnu: perl-sub-quote: Update to 2.006003.


From: guix-commits
Subject: 02/19: gnu: perl-sub-quote: Update to 2.006003.
Date: Sat, 23 Mar 2019 14:45:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 590b1f92bbc0ab232af077979fe0d94d65ee98a5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 14:21:41 2019 +0100

    gnu: perl-sub-quote: Update to 2.006003.
    
    * gnu/packages/perl.scm (perl-sub-quote): Update to 2.006003.
---
 gnu/packages/perl.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 05a0c53..96701d9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3690,8 +3690,7 @@ allows you to locate these files after installation.")
        (uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
                            "File-Slurp-" version ".tar.gz"))
        (sha256
-        (base32
-         "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy"))))
+        (base32 "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/File-Slurp";)
     (synopsis "Reading/Writing/Modifying of complete files")
@@ -7720,7 +7719,7 @@ return value is the sub.")
 (define-public perl-sub-quote
   (package
     (name "perl-sub-quote")
-    (version "2.005001")
+    (version "2.006003")
     (source
      (origin
        (method url-fetch)
@@ -7728,8 +7727,7 @@ return value is the sub.")
              "mirror://cpan/authors/id/H/HA/HAARG/Sub-Quote-"
              version ".tar.gz"))
        (sha256
-        (base32
-         "01xsvfdpxzimsbrp9mqipsr93y83nhj21q05g8v1bw6yfl3lzayn"))))
+        (base32 "0xl1w55qilqc3xdqvmjzs5vjnjdc0d4633yw7hh1yd9zfxpkl7xy"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-fatal" ,perl-test-fatal)))



reply via email to

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