diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-22 18:57:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 14:31:50 +0100 |
commit | 9c5329103704c4787bd7a802b25197bf97d4e4bc (patch) | |
tree | d14437582e4c05f1c33555d0941b338f81771296 | |
parent | 2ce89a771a565040304b76f3d779cd6522f444f0 (diff) |
gnu: perl-moosex-types-datetime-morecoercions: Update to 0.15.
* gnu/packages/perl.scm (perl-moosex-types-datetime-morecoercions): Update to 0.15.
-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 2625e30387..c517704751 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -5927,7 +5927,7 @@ with coercions, designed to work with the DateTime suite of objects.") (define-public perl-moosex-types-datetime-morecoercions (package (name "perl-moosex-types-datetime-morecoercions") - (version "0.14") + (version "0.15") (source (origin (method url-fetch) @@ -5936,7 +5936,7 @@ with coercions, designed to work with the DateTime suite of objects.") version ".tar.gz")) (sha256 (base32 - "0888ns6fmvpcj5vh86n8mra9anq8jak7gf0b1z5hvww4birki6dn")))) + "15ip1rgaana2p4vww355jb5jxyawim0k58gadkdqx20rfxckmfr1")))) (build-system perl-build-system) (native-inputs `(("perl-module-build-tiny" ,perl-module-build-tiny) |