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.21.


From: guix-commits
Subject: 01/02: gnu: nspr: Update to 4.21.
Date: Thu, 21 Mar 2019 18:32:21 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 8c1d3395b33e4974e02b1d9a72223140d1c23253
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 21 19:30:37 2019 +0100

    gnu: nspr: Update to 4.21.
    
    * gnu/packages/gnuzilla.scm (nspr): Update to 4.21.
---
 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 dcfae85..268d761 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -407,7 +407,7 @@ in C/C++.")
 (define-public nspr
   (package
     (name "nspr")
-    (version "4.20")
+    (version "4.21")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -415,7 +415,7 @@ in C/C++.")
                    version "/src/nspr-" version ".tar.gz"))
              (sha256
               (base32
-               "0vjms4j75zvv5b2siyafg7hh924ysx2cwjad8spzp7x87n8n929c"))))
+               "0nkbgk0x31nfm4xl8la0a3vrnpa8gzkh7g4k65p7n880n73k5shm"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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