gnu: perl-file-sharedir-install: Update to 0.12.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 24 Apr 2018 09:31:09 +0000 (11:31 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 26 Apr 2018 19:08:56 +0000 (21:08 +0200)
* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.12.

gnu/packages/perl.scm

index 7a21cfa..23a5802 100644 (file)
@@ -3635,7 +3635,7 @@ distributions.  It is a companion module to File::ShareDir.")
 (define-public perl-file-sharedir-install
   (package
     (name "perl-file-sharedir-install")
-    (version "0.11")
+    (version "0.12")
     (source
      (origin
        (method url-fetch)
@@ -3643,7 +3643,7 @@ distributions.  It is a companion module to File::ShareDir.")
                            "File-ShareDir-Install-" version ".tar.gz"))
        (sha256
         (base32
-         "1j0cw1aq9fdv9kl1a6fnfa4zihsvmcqzy9sb0xk0i9pyx5r8ggrj"))))
+         "13g8d69c2lq3mrc0i4fr705h99gxyzw1srww4m7wdhzfmbsdqxli"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)))