summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 12:33:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:15 +0100
commitf08ac77229674911d42855749176d7d7b708e3d9 (patch)
treef0b1a239a20396ddf039ab33fc7623faea6cbcbd /gnu
parent5bdfba8d496abe1c126059aa6f15604e0c24f605 (diff)
downloadguix-f08ac77229674911d42855749176d7d7b708e3d9.tar.gz
gnu: perl-moox-cmd: Update to 0.017.
* gnu/packages/perl.scm (perl-moox-cmd): Update to 0.017.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index df7a71b72c..d9e51d3c0d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5995,15 +5995,14 @@ constraint with coercion to load the class.")
 (define-public perl-moox-cmd
   (package
     (name "perl-moox-cmd")
-    (version "0.015")
+    (version "0.017")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RE/REHSACK/MooX-Cmd-"
                            version ".tar.gz"))
        (sha256
-        (base32
-         "0145ha8vnc6sbg82ps96wj716bznq2qamm657bia9ji2yxhbnsam"))))
+        (base32 "1xbhmq07v9z371ygkyghva9aryhc22kwbzn5qwkp72c0ma6z4gwl"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-capture-tiny" ,perl-capture-tiny)