mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xsecurelock: Update to 1.7.0.
* gnu/packages/xdisorg.scm (xsecurelock): Update to 1.7.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
b09daf5210
commit
62ca859aa4
1 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@
|
|||
;;; Copyright © 2021 Niklas Eklund <niklas.eklund@posteo.net>
|
||||
;;; Copyright © 2021 Nikita Domnitskii <nikita@domnitskii.me>
|
||||
;;; Copyright © 2021 ikasero <ahmed@ikasero.com>
|
||||
;;; Copyright © 2021 jgart <jgart@dismail.de>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -2298,14 +2299,14 @@ (define-public sct
|
|||
(define-public xsecurelock
|
||||
(package
|
||||
(name "xsecurelock")
|
||||
(version "1.6.0")
|
||||
(version "1.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/google/xsecurelock/releases"
|
||||
"/download/v" version "/xsecurelock-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "070gknyv0s5hz9hkc6v73m2v7ssyjwgl93b5hd4glayfqxqjbmdp"))))
|
||||
(base32 "0s2q69g1xhvs18q2jhcval5vpa9j0kkrdv02r176vvxvdms7hhc7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue