guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: perl-b-keywords: Update to 1.22.


From: guix-commits
Subject: 09/13: gnu: perl-b-keywords: Update to 1.22.
Date: Tue, 18 May 2021 16:08:31 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a05c1531b08e8b98d791e5465377b5f090627d29
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 18 22:58:36 2021 +0300

    gnu: perl-b-keywords: Update to 1.22.
    
    * gnu/packages/perl.scm (perl-b-keywords): Update to 1.22.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4db3487..b76963c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -715,14 +715,14 @@ compiling the surrounding scope.")
 (define-public perl-b-keywords
   (package
     (name "perl-b-keywords")
-    (version "1.20")
+    (version "1.22")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-"
                            version ".tar.gz"))
        (sha256
-        (base32 "12jvx5gnypqxal4valkf9lidba9nz7kjk2wvm07q3hkmdqxw1zk0"))))
+        (base32 "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/B-Keywords";)
     (synopsis "Lists of reserved barewords and symbol names")



reply via email to

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