mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: sessreg: Update to 1.1.2.
* gnu/packages/xorg.scm (sessreg): Update to 1.1.2.
This commit is contained in:
parent
7754136e46
commit
535fc98797
1 changed files with 7 additions and 10 deletions
|
@ -1780,17 +1780,14 @@ (define-public scrnsaverproto
|
|||
(define-public sessreg
|
||||
(package
|
||||
(name "sessreg")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/sessreg-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qd66mg2bnppqz4xgdjzif2488zl82vx2c26ld3nb8pnyginm9vq"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/sessreg-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0crczl25zynkrslmm8sjaxszhrh4i33m7h5fg4wfdb3k8aarxjyz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("xorgproto" ,xorgproto)))
|
||||
|
|
Loading…
Reference in a new issue