guix-commits
[Top][All Lists]
Advanced

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

12/21: gnu: nspr: Update to 4.19.


From: Marius Bakke
Subject: 12/21: gnu: nspr: Update to 4.19.
Date: Mon, 12 Mar 2018 13:22:34 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit ddc162afd48a7a4f10c772d3e7fd2f382dffd742
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 12 17:38:27 2018 +0100

    gnu: nspr: Update to 4.19.
    
    * gnu/packages/gnuzilla.scm (nspr): Update to 4.19.
---
 gnu/packages/gnuzilla.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index a097e2d..dfc6e10 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -250,7 +250,7 @@ in C/C++.")
 (define-public nspr
   (package
     (name "nspr")
-    (version "4.18")
+    (version "4.19")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -258,7 +258,7 @@ in C/C++.")
                    version "/src/nspr-" version ".tar.gz"))
              (sha256
               (base32
-               "0d7vr3wrgp73qbywrvdkikk8vq1s1n9vhf62db80g1zqkg05g5mq"))))
+               "0agpv3f17h8kmzi0ifibaaxc1k3xc0q61wqw3l6r2xr2z8bmkn9f"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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