summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-27 03:34:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-27 05:36:52 +0200
commit54c3b7bf66fbcb15830ca960bc1cc813fa216901 (patch)
treeae0072c03c4b3ae02c20a237fa88cd2b5cd187ea /gnu
parentadfc742c420f34ecf925ea00d49204f9863bce33 (diff)
downloadguix-54c3b7bf66fbcb15830ca960bc1cc813fa216901.tar.gz
gnu: perl-strictures@2: Update to 2.000004.
* gnu/packages/perl.scm (perl-strictures-2): Update to 2.000004.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8703ef5cbc..1c93c470f9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7451,7 +7451,7 @@ run from within a source-controlled directory.")
 (define-public perl-strictures-2
   (package
     (inherit perl-strictures)
-    (version "2.000003")
+    (version "2.000004")
     (source
      (origin
        (method url-fetch)
@@ -7459,7 +7459,7 @@ run from within a source-controlled directory.")
                            "strictures-" version ".tar.gz"))
        (sha256
         (base32
-         "08mgvf1d2651gsg3jgjfs13878ndqa4ji8vfsda9f7jjd84ymy17"))))))
+         "0lzp0q6kwk6vgf7zdlvy9zz28fj6n1b776irm556c7gylcq29113"))))))
 
 (define-public perl-string-camelcase
   (package