guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: perl-yaml-libyaml: Update to 0.78.


From: guix-commits
Subject: 03/05: gnu: perl-yaml-libyaml: Update to 0.78.
Date: Thu, 13 Jun 2019 17:27:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1682368932e6fd5968900ca554136e0c33d53b4c
Author: Alex Griffin <address@hidden>
Date:   Mon Jun 10 21:49:50 2019 -0500

    gnu: perl-yaml-libyaml: Update to 0.78.
    
    * gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 a0096de..3875c71 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9430,7 +9430,7 @@ on the YAML 1.0 specification.")
 (define-public perl-yaml-libyaml
   (package
     (name "perl-yaml-libyaml")
-    (version "0.76")
+    (version "0.78")
     (source
      (origin
        (method url-fetch)
@@ -9439,7 +9439,7 @@ on the YAML 1.0 specification.")
              version
              ".tar.gz"))
        (sha256
-        (base32 "1m94g36sl9rasjlvlsf65xcal5hvkc3gbzd7l68h17az75269kyy"))))
+        (base32 "03plv3wfqqqf7g8mxr8f6wlki2af8w3rg9xcfii1z5l1f1iarxx1"))))
     (build-system perl-build-system)
     (home-page
      "https://metacpan.org/release/YAML-LibYAML";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]