mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: gmnisrv: Update to 0-2.32854b7.
Update to latest commit. gmnisrv uses v3 X509 certificates now, and so "requires fresh certificates, which could break clients with strict trust-on-first-use policies." gnu/packages/web.scm (gmnisrv): Update to 0-2.32854b7. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
32b02fd99c
commit
a92dfbce30
1 changed files with 4 additions and 3 deletions
|
@ -50,6 +50,7 @@
|
|||
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
|
||||
;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org>
|
||||
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
|
||||
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -7965,8 +7966,8 @@ (define-public librocket
|
|||
(license license:expat)))
|
||||
|
||||
(define-public gmnisrv
|
||||
(let ((commit "d484ba0ab0020866535a44be5948c9482b8f2b8d")
|
||||
(revision "1"))
|
||||
(let ((commit "32854b79c73b278bf33eb5123abf1c36abdc7c01")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "gmnisrv")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -7978,7 +7979,7 @@ (define-public gmnisrv
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"11phipixsxx1jgm42agp76p5s68l0zj65kgb41vzaymgwcq79ivn"))
|
||||
"0lbb3ablwkdcgm1cjr1hikr55y8gpl420nh8b8g9wn4abhm2xgr9"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue