gnu: nss-rapid: Update to 3.104.

* gnu/packages/nss.scm (nss-rapid): Update to 3.104.

Change-Id: I97545e2d106bc7e9694ee11bd76371fa170cc42e
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Ian Eure 2024-09-23 07:47:04 -07:00 committed by Andrew Tropin
parent 759b74b852
commit 35c5a07593
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -333,7 +333,7 @@ (define-public nss-rapid
(package (package
(inherit nss) (inherit nss)
(name "nss-rapid") (name "nss-rapid")
(version "3.103") (version "3.104")
(source (origin (source (origin
(inherit (package-source nss)) (inherit (package-source nss))
(uri (let ((version-with-underscores (uri (let ((version-with-underscores
@ -344,7 +344,7 @@ (define-public nss-rapid
"nss-" version ".tar.gz"))) "nss-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0qp9rs226rr6gh51b42cdbydr4mj80cli3bfqhh7bp3jyxbvcjkv")))) "13mca2y92sm05kxb40qvlkq8l93ghmrhh0s3iawpc7idc8ik4xp2"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments nss) (substitute-keyword-arguments (package-arguments nss)
((#:phases phases) ((#:phases phases)