aboutsummaryrefslogtreecommitdiff
diff options
ix/tree/gnu/packages/gnuzilla.scm?id=8ba24e62af6a3a7a8e1fc600dd9256581c411c5d'>gnu/packages/gnuzilla.scm
@@ -129,7 +129,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
- (version "3.19.1")
+ (version "3.19.2")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -140,7 +140,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "1zrgqlli01gsg2a5w4bk2p0q3aagi5dhd31yirnj04zca6ap1gmp"))
+ "1bn9wbf52z4423134hpkyvcxq1568fvzmkybv2d49n31iwz6c1hk"))
;; Create nss.pc and nss-config.
(patches (list (search-patch "nss-pkgconfig.patch")))))
(build-system gnu-build-system)
context:
space:2022-10-23etc: systemd services shouldn't ‘RemainAfterExit’.Tobias Geerinckx-Rice
* etc/guix-daemon.service.in (RemainAfterExit): Don't. * etc/guix-publish.service.in (RemainAfterExit): Likewise don't.
2022-10-23etc: Add ‘Restart=always’ to both systemd services.Tobias Geerinckx-Rice
* etc/guix-daemon.service.in (Restart): ‘Always’ do. * etc/guix-publish.service.in (Restart): Likewise.
2022-10-23etc: Add ‘OOMPolicy=continue’ to guix-daemon.service.Tobias Geerinckx-Rice
* etc/guix-daemon.service.in (OOMPolicy): Continue.