atheia pushed a commit to branch master
in repository guix.
commit 0c61441a7ff1c3d52ae1112de3624863c783c469
Author: Alex Sassmannshausen <[email protected]>
Date: Thu Mar 23 13:51:08 2017 +0100
gnu: perl-devel-partialdump: Update to 0.18.
* gnu/packages/perl.scm (perl-devel-partialdump): Update to 0.18.
---
gnu/packages/perl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0a83597..d3f14a8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2311,7 +2311,7 @@ hierarchy the overloads are declared and where the code
implementing it is.")
(define-public perl-devel-partialdump
(package
(name "perl-devel-partialdump")
- (version "0.17")
+ (version "0.18")
(source
(origin
(method url-fetch)
@@ -2319,7 +2319,7 @@ hierarchy the overloads are declared and where the code
implementing it is.")
"Devel-PartialDump-" version ".tar.gz"))
(sha256
(base32
- "0nr3qa68x4yp219kd17j1ks9c95qc9agfvz7ddnpn8p78f3kgwfn"))))
+ "0i1khiyi4h4h8vfwn7xip5c53z2hb2rk6407f3csvrdsiibvy53q"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build-tiny" ,perl-module-build-tiny)