guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: perl-regexp-pattern-license: Update to 3.1.94.


From: guix-commits
Subject: 05/14: gnu: perl-regexp-pattern-license: Update to 3.1.94.
Date: Mon, 7 Oct 2019 23:30:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa714a06db991b929282fe2dcce1f77b8c9337f4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 7 10:32:18 2019 +0200

    gnu: perl-regexp-pattern-license: Update to 3.1.94.
    
    * gnu/packages/license.scm (perl-regexp-pattern-license): Update to 3.1.94.
---
 gnu/packages/license.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index 73b0dff..f071d0a 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -38,7 +38,7 @@
 (define-public perl-regexp-pattern-license
   (package
     (name "perl-regexp-pattern-license")
-    (version "3.1.92")
+    (version "3.1.94")
     (source
      (origin
        (method url-fetch)
@@ -46,8 +46,7 @@
              "mirror://cpan/authors/id/J/JO/JONASS/Regexp-Pattern-License-"
              "v" version ".tar.gz"))
        (sha256
-        (base32
-         "0gxv8wpvlllmvhkpixv5x23ywn1s6zs7ypcs38s7nfh4phamyixh"))))
+        (base32 "0kznpv628jrndn4nw646f6pl7yqvmacwljlygvsjfdkyh0i4sr2k"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-regexp-pattern" ,perl-regexp-pattern)



reply via email to

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