summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 10:11:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:10 +0100
commit9a9bdff6061122daee51f78151d42a0c96283cb8 (patch)
tree4f1443467d4e15cf826a31804e0a70bef8bdf12c /gnu/packages/perl.scm
parent1001fb558a32215090dca412d00724f18cfec75d (diff)
downloadguix-patches-9a9bdff6061122daee51f78151d42a0c96283cb8.tar
guix-patches-9a9bdff6061122daee51f78151d42a0c96283cb8.tar.gz
gnu: perl-object-signature: Update to 1.08.
* gnu/packages/perl.scm (perl-object-signature): Update to 1.08.
Diffstat (limited to 'gnu/packages/perl.scm')
-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 c6ee1d8760..ea371c5831 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6561,15 +6561,14 @@ number exists in a given range, and to be able to manipulate the range.")
(define-public perl-object-signature
(package
(name "perl-object-signature")
- (version "1.07")
+ (version "1.08")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/A/AD/ADAMK/"
"Object-Signature-" version ".tar.gz"))
(sha256
- (base32
- "0c8l7195bjvx0v6zmkgdnxvwg7yj2zq8hi7xd25a3iikd12dc4f6"))))
+ (base32 "12k90c19ly93ib1p6sm3k7sbnr2h5dbywkdmnff2ngm99p4m68c4"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-install" ,perl-module-install)))