[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: perl-clone: Update to 0.39.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/10: gnu: perl-clone: Update to 0.39. |
Date: |
Thu, 26 Apr 2018 23:37:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 15fc96e07366fe7540144767996e1f4f85e09776
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 27 03:41:30 2018 +0200
gnu: perl-clone: Update to 0.39.
* gnu/packages/perl.scm (perl-clone): Update to 0.39.
---
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 1c93c47..2e3f92f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1320,14 +1320,14 @@ arrays for their internal representation.")
(define-public perl-clone
(package
(name "perl-clone")
- (version "0.38")
+ (version "0.39")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GA/GARU/"
"Clone-" version ".tar.gz"))
(sha256
(base32
- "1s5xrv9zlckqqzyhxi0l9lwj9m6na2bz5hqxrkva2v7gnx5m7c4z"))))
+ "0bgsidb96gxzf3zhy6v1ksj1c200vxbwykk32fqm1mj97rl4dc5c"))))
(build-system perl-build-system)
(synopsis "Recursively copy Perl datatypes")
(description
- branch master updated (adfc742 -> 2216b6f), Tobias Geerinckx-Rice, 2018/04/26
- 01/10: gnu: address@hidden: Update to 2.000004., Tobias Geerinckx-Rice, 2018/04/26
- 03/10: gnu: tuxguitar: Update home page., Tobias Geerinckx-Rice, 2018/04/26
- 05/10: gnu: mpd: Update to 0.20.19., Tobias Geerinckx-Rice, 2018/04/26
- 06/10: gnu: drumstick: Update to 1.1.1., Tobias Geerinckx-Rice, 2018/04/26
- 07/10: gnu: infamous-plugins: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/04/26
- 02/10: gnu: perl-clone: Update to 0.39.,
Tobias Geerinckx-Rice <=
- 09/10: gnu: thefuck: Update to 3.26., Tobias Geerinckx-Rice, 2018/04/26
- 08/10: gnu: infamous-plugins: Update to 0.2.04., Tobias Geerinckx-Rice, 2018/04/26
- 04/10: gnu: tuxguitar: Update to 1.5., Tobias Geerinckx-Rice, 2018/04/26
- 10/10: gnu: thefuck: Use INVOKE., Tobias Geerinckx-Rice, 2018/04/26