summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 15:41:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 00:11:11 +0100
commit1a3f4684a533340c52f8c31f633a8302652e8874 (patch)
treeefafdb7f2322efcd48f65568d1df76220d0b5a43 /gnu
parentd5b5d5826c6bbc6c25b7a7d39cce771e8e96832b (diff)
downloadpatches-1a3f4684a533340c52f8c31f633a8302652e8874.tar
patches-1a3f4684a533340c52f8c31f633a8302652e8874.tar.gz
gnu: perl-yaml: Update to 1.27.
* gnu/packages/perl.scm (perl-yaml): Update to 1.27.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0075bbdf2e..c7534e120e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9213,7 +9213,7 @@ neither visible nor modifiable from Perl space).")
(define-public perl-yaml
(package
(name "perl-yaml")
- (version "1.24")
+ (version "1.27")
(source
(origin
(method url-fetch)
@@ -9221,7 +9221,7 @@ neither visible nor modifiable from Perl space).")
"YAML-" version ".tar.gz"))
(sha256
(base32
- "1dpzgnjbd8yvf94vf45cmyj5bc6vrm6bchhx9xqwxqd5f9d093dm"))))
+ "1yc2yqjyrcdlhp209f3a63f9xx6v5klisli25fv221yy43la34n9"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-yaml" ,perl-test-yaml)))