guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: nspr: Update to 4.12.


From: Mark H. Weaver
Subject: 01/03: gnu: nspr: Update to 4.12.
Date: Thu, 28 Apr 2016 14:26:21 +0000

mhw pushed a commit to branch master
in repository guix.

commit b3107888aa448d9441cb4ee17dcba784beb2405c
Author: Mark H Weaver <address@hidden>
Date:   Wed Apr 27 23:26:31 2016 -0400

    gnu: nspr: Update to 4.12.
    
    * gnu/packages/gnuzilla.scm (nspr): Update to 4.12.
---
 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 bf20a4e..f8c3b6e 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -144,7 +144,7 @@ in C/C++.")
 (define-public nspr
   (package
     (name "nspr")
-    (version "4.10.10")
+    (version "4.12")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -152,7 +152,7 @@ in C/C++.")
                    version "/src/nspr-" version ".tar.gz"))
              (sha256
               (base32
-               "01ria9wk6329hxqsy75p9dkxiqkq4nkz0jjzll7hslih3jbi8dil"))))
+               "1pk98bmc5xzbl62q5wf2d6mryf0v95z6rsmxz27nclwiaqg0mcg0"))))
     (build-system gnu-build-system)
     (native-inputs
       `(("perl" ,perl)))



reply via email to

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