guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: perl-json-xs: Update to 4.0.


From: guix-commits
Subject: 07/09: gnu: perl-json-xs: Update to 4.0.
Date: Mon, 21 Jan 2019 04:21:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8c396a05761c5600d7ae2ce68469ab599bf13dbe
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 21 11:12:24 2019 +0200

    gnu: perl-json-xs: Update to 4.0.
    
    * gnu/packages/perl.scm (perl-json-xs): Update to 4.0.
    [native-inputs]: Add perl-canary-stability.
---
 gnu/packages/perl.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 6fc7d49..5ab8a81 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4438,7 +4438,7 @@ either uses the first module it finds or throws an 
error.")
 (define-public perl-json-xs
   (package
     (name "perl-json-xs")
-    (version "3.01")
+    (version "4.0")
     (source
      (origin
        (method url-fetch)
@@ -4446,8 +4446,10 @@ either uses the first module it finds or throws an 
error.")
                            "JSON-XS-" version ".tar.gz"))
        (sha256
         (base32
-         "1aviik480m61ykwvyix83grywzbk828wvfz19hqfvaasd8jz73af"))))
+         "0118yrzagwlcfj5yldn3h23zzqs2rx282jlm068nf7fjlvy4m7s7"))))
     (build-system perl-build-system)
+    (native-inputs
+     `(("perl-canary-stability" ,perl-canary-stability)))
     (propagated-inputs
      `(("perl-common-sense" ,perl-common-sense)
        ("perl-types-serialiser" ,perl-types-serialiser)))



reply via email to

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