guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nspr: Update to 4.13.1.


From: Marius Bakke
Subject: 01/02: gnu: nspr: Update to 4.13.1.
Date: Fri, 3 Mar 2017 11:41:32 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 728f36202d2a2d4bbcc525f6a79c5e3cbf9cbd0f
Author: Leo Famulari <address@hidden>
Date:   Fri Jan 6 13:08:47 2017 -0500

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



reply via email to

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