guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: perl-b-keywords: Update to 1.26.


From: guix-commits
Subject: 05/07: gnu: perl-b-keywords: Update to 1.26.
Date: Thu, 18 Jan 2024 22:46:31 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 33783e36952a03b3d9fed9087e3476e50249aeed
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Oct 17 12:13:02 2023 -0400

    gnu: perl-b-keywords: Update to 1.26.
    
    * gnu/packages/perl.scm (perl-b-keywords): Update to 1.26.
    
    Change-Id: I3fdb9acf9f257ff9583179e29b2e6a26104b7e0d
---
 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 8b82c272fc..5b32d6ecec 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -927,14 +927,14 @@ compiling the surrounding scope.")
 (define-public perl-b-keywords
   (package
     (name "perl-b-keywords")
-    (version "1.22")
+    (version "1.26")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-"
                            version ".tar.gz"))
        (sha256
-        (base32 "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56"))))
+        (base32 "0d7dgbw3wdaqw8g7nl86q6gqfqsnzg2a9y47vpgb0zr65xfibaid"))))
     (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]