diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 14:13:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 15:01:52 +0200 |
commit | 04fc0b9489e97e55914d0e1f9b1439a5b7964854 (patch) | |
tree | ea50b78569d4210bba15b6d54874a777a18b40ba /gnu/packages | |
parent | 49e63e38846977342c6b6cb44349db0b070f2a84 (diff) | |
download | patches-04fc0b9489e97e55914d0e1f9b1439a5b7964854.tar patches-04fc0b9489e97e55914d0e1f9b1439a5b7964854.tar.gz |
gnu: perl-namespace-clean: Update to 0.27.
* gnu/packages/perl.scm (perl-namespace-clean): Update to 0.27.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index a3f899fdb3..c81829165e 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6364,7 +6364,7 @@ anything that looks like a method.") (define-public perl-namespace-clean (package (name "perl-namespace-clean") - (version "0.25") + (version "0.27") (source (origin (method url-fetch) @@ -6372,7 +6372,7 @@ anything that looks like a method.") "namespace-clean-" version ".tar.gz")) (sha256 (base32 - "016dds70ql1mp18b07chkxiy4drn976ibnbshqc2hmhrh9xjnsll")))) + "17dg64pd4bwi2ad3p8ykwys1zha7kg8a8ykvks7wfg8q7qyah44a")))) (build-system perl-build-system) (propagated-inputs `(("perl-package-stash" ,perl-package-stash) |