guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: nspr: Update to 4.15.


From: Marius Bakke
Subject: 02/05: gnu: nspr: Update to 4.15.
Date: Mon, 12 Jun 2017 15:32:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c4395e782ea7c1392c91c3b491742127eb3de485
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 12 19:22:56 2017 +0200

    gnu: nspr: Update to 4.15.
    
    * gnu/packages/gnuzilla.scm (nspr): Update to 4.15.
---
 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 8d03f0e..23d8d73 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.14")
+    (version "4.15")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -258,7 +258,7 @@ in C/C++.")
                    version "/src/nspr-" version ".tar.gz"))
              (sha256
               (base32
-               "1m8p9l3prabhfxz6zs889fl7gmcka72a62i46a8klh2pca11iz34"))))
+               "101dksqm1z0hzd7ap82ccbxjr48s6q3xhshdl81qkj6hqdmy1p97"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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