mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: xcmsdb: Update to 1.0.6.
* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.6.
This commit is contained in:
parent
f3e2d1dddf
commit
c9328e6966
1 changed files with 3 additions and 3 deletions
|
@ -2161,17 +2161,17 @@ to query the server for available resource IDs.")
|
||||||
(define-public xcmsdb
|
(define-public xcmsdb
|
||||||
(package
|
(package
|
||||||
(name "xcmsdb")
|
(name "xcmsdb")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/app/xcmsdb-"
|
"mirror://xorg/individual/app/xcmsdb-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ik7gzlp2igz183x70883000ygp99r20x3aah6xhaslbpdhm6n75"))))
|
"0magrza0i5qwpf0zlpqjychp3bzxgdw3p5v616xl4nbxag2fwxrw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libx11))
|
(list libx11))
|
||||||
|
|
Loading…
Add table
Reference in a new issue