* [bug#65260] [PATCH] gnu: xsecurelock: Update to 1.8.0.
@ 2023-08-13 5:19 kiasoc5 via Guix-patches via
0 siblings, 0 replies; only message in thread
From: kiasoc5 via Guix-patches via @ 2023-08-13 5:19 UTC (permalink / raw)
To: 65260; +Cc: kiasoc5
* gnu/packages/xdisorg.scm (xsecurelock): Update to 1.8.0.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 553fa8d5e2..9e55096dcf 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2558,14 +2558,14 @@ (define-public sct
(define-public xsecurelock
(package
(name "xsecurelock")
- (version "1.7.0")
+ (version "1.8.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/google/xsecurelock/releases"
"/download/v" version "/xsecurelock-" version ".tar.gz"))
(sha256
- (base32 "0s2q69g1xhvs18q2jhcval5vpa9j0kkrdv02r176vvxvdms7hhc7"))))
+ (base32 "1i7vhzysirr5kra15vd501b79k0jgs11lkb9ck3hx6vicxm204d3"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
--
2.39.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-13 5:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-13 5:19 [bug#65260] [PATCH] gnu: xsecurelock: Update to 1.8.0 kiasoc5 via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.