1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 16:40:40 +02:00

gnu: Remove nspr-4.32.

Nothing uses this, so remove it.

* gnu/packages/nss.scm (nspr-4.32): Delete variable.

Change-Id: I05c97fe6fc32d045618334df118a84836c0d0261
This commit is contained in:
Ian Eure
2024-09-08 10:52:37 -07:00
committed by Andreas Enge
parent 1fef682809
commit 4d7692adc5

View File

@@ -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