summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAlex Sassmannshausen <alex.sassmannshausen@gmail.com>2016-10-21 13:02:06 +0200
committerLeo Famulari <leo@famulari.name>2016-10-22 02:20:15 -0400
commited53a07145d1ed88fba3fc1f58873bc6afeee005 (patch)
tree78c5ddcb10d1a33e53ca7f1c2741af3befc98d2e /gnu
parent3ae48df120b21ed28f8f57f5a4456150b8680ced (diff)
downloadpatches-ed53a07145d1ed88fba3fc1f58873bc6afeee005.tar
patches-ed53a07145d1ed88fba3fc1f58873bc6afeee005.tar.gz
gnu: perl-test-mockobject: Update to 1.20150527.
* gnu/packages/perl.scm (perl-test-mockobject): Update to 1.20150527. Signed-off-by: Leo Famulari <leo@famulari.name>
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 ba6f71a412..5305a0d6d5 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5822,7 +5822,7 @@ It constructs the right value for the build system to do the right thing.")
(define-public perl-test-mockobject
(package
(name "perl-test-mockobject")
- (version "1.20140408")
+ (version "1.20150527")
(source
(origin
(method url-fetch)
@@ -5830,7 +5830,7 @@ It constructs the right value for the build system to do the right thing.")
"Test-MockObject-" version ".tar.gz"))
(sha256
(base32
- "1anpf9l2wdriwaxw6pf76ghxkh4zm25n3wnhfqy1b439xqnhvzg5"))))
+ "160xvhbpwqjaff4fgckvldknldzcbn1z3jvyzybs7cqlj1x3bwdd"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)