aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Sassmannshausen <alex@pompo.co>2017-03-23 13:52:28 +0100
committerAlex Sassmannshausen <alex@pompo.co>2017-03-26 11:33:36 +0200
commitc4fcf35420424c54a5ae49477089b5981bc068ad (patch)
tree59719d62ca2dbcbc6a56c5177333b08608c54b08
parent0c61441a7ff1c3d52ae1112de3624863c783c469 (diff)
downloadguix-c4fcf35420424c54a5ae49477089b5981bc068ad.tar
guix-c4fcf35420424c54a5ae49477089b5981bc068ad.tar.gz
gnu: perl-module-runtime-conflicts: Update to 0.003.
* gnu/packages/perl.scm (perl-module-runtime-conflicts): Update to 0.003.
-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 d3f14a8a01..f702dff73a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4346,7 +4346,7 @@ handling of Perl modules, which are normally handled at compile time.")
(define-public perl-module-runtime-conflicts
(package
(name "perl-module-runtime-conflicts")
- (version "0.001")
+ (version "0.003")
(source
(origin
(method url-fetch)
@@ -4354,7 +4354,7 @@ handling of Perl modules, which are normally handled at compile time.")
"Module-Runtime-Conflicts-" version ".tar.gz"))
(sha256
(base32
- "0pz23ch78lbpn4kdbm04icgsmbr7jvmxwq1p5m4x2pap8qwd0wqg"))))
+ "0x9qfg4pq70v1rl9dfk775fmca7ia308m24vfy8zww4c0dsxqz3h"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))