aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-10-04 05:58:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-10-04 06:28:26 +0200
commit104f475f9b95953a67640a82127ade689931a6e7 (patch)
tree83e8ec0a4a1a2a990999377290e226288848e4b1
parent91a3c8005d5d28afa7821db2f942fede9b9cf99e (diff)
downloadguix-104f475f9b95953a67640a82127ade689931a6e7.tar
guix-104f475f9b95953a67640a82127ade689931a6e7.tar.gz
gnu: perl-string-copyright: Update to 0.003006.
* gnu/packages/license.scm (perl-string-copyright): Update to 0.003006.
-rw-r--r--gnu/packages/license.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index 44c7a1bb2a..e50ce831b1 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -61,7 +61,7 @@ Regexp::Pattern is a convention for organizing reusable regex patterns.")
(define-public perl-string-copyright
(package
(name "perl-string-copyright")
- (version "0.003005")
+ (version "0.003006")
(source
(origin
(method url-fetch)
@@ -70,7 +70,7 @@ Regexp::Pattern is a convention for organizing reusable regex patterns.")
version ".tar.gz"))
(sha256
(base32
- "12c6x4c10gr46ryc3dpwgfi6wggmgy4a1ls2hwhcpdm3wvzy5619"))))
+ "0fzymv065nn3glwnw34nkyadzw2dh4rcz8avmki4zrnk4k45m01a"))))
(build-system perl-build-system)
(native-inputs
`(("perl-number-range" ,perl-number-range)))