guix-commits
[Top][All Lists]
Advanced

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

26/32: gnu: perl-scope-guard: Update to 0.21.


From: Tobias Geerinckx-Rice
Subject: 26/32: gnu: perl-scope-guard: Update to 0.21.
Date: Mon, 12 Mar 2018 00:06:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 631efa496cc4d0983d67e6d9fb2493a78e5011fd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 12 00:19:25 2018 +0100

    gnu: perl-scope-guard: Update to 0.21.
    
    * gnu/packages/perl.scm (perl-scope-guard): Update to 0.21.
---
 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 8f27861..86c5718 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6880,7 +6880,7 @@ safely on things that may not be objects.")
 (define-public perl-scope-guard
   (package
     (name "perl-scope-guard")
-    (version "0.20")
+    (version "0.21")
     (source
      (origin
        (method url-fetch)
@@ -6888,7 +6888,7 @@ safely on things that may not be objects.")
                            "Scope-Guard-" version ".tar.gz"))
        (sha256
         (base32
-         "1lsagnz6pli035zvx5c1x4qm9fabi773vns86yd8lzfpldhfv3sv"))))
+         "0y6jfzvxiz8h5yfz701shair0ilypq2mvimd7wn8wi2nbkm1p6wc"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Scope-Guard/";)
     (synopsis "Lexically-scoped resource management")



reply via email to

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