guix_mirror_bot pushed a commit to branch nss-updates
in repository guix.

commit 892bb7363952e034381b451b2e879d87b1ee2872
Author: Ian Eure <[email protected]>
AuthorDate: Sun Sep 8 10:52:37 2024 -0700

    gnu: Remove nspr-4.32.
    
    Nothing uses this, so remove it.
    
    * gnu/packages/nss.scm (nspr-4.32): Delete variable.
    
    Change-Id: I05c97fe6fc32d045618334df118a84836c0d0261
---
 gnu/packages/nss.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 96d10c5525..0649c60bed 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -108,19 +108,6 @@ in the Mozilla clients.")
                (base32
                 "15b83ipjxrmw0909l5qqz13pbarhp50d6i58vgjx4720y4bw7pjm"))))))
 
-(define-public nspr-4.32
-  (package
-    (inherit nspr)
-    (version "4.32")
-    (source (origin
-             (method url-fetch)
-             (uri (string-append
-                   "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v";
-                   version "/src/nspr-" version ".tar.gz"))
-             (sha256
-              (base32
-               "0v3zds1id71j5a5si42a658fjz8nv2f6zp6w4gqrqmdr6ksz8sxv"))))))
-
 ;; nss should track ESRs, but currently doesn't.  3.102.1 is the current ESR.
 
 (define-public nss

Reply via email to