me
/
guix
Archived
1
0
Fork 0

gnu: xcmsdb: Update to 1.0.6.

* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.6.
master
Efraim Flashner 2022-07-11 15:04:06 +03:00
parent f3e2d1dddf
commit c9328e6966
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -2161,17 +2161,17 @@ to query the server for available resource IDs.")
(define-public xcmsdb
(package
(name "xcmsdb")
(version "1.0.5")
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xcmsdb-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"1ik7gzlp2igz183x70883000ygp99r20x3aah6xhaslbpdhm6n75"))))
"0magrza0i5qwpf0zlpqjychp3bzxgdw3p5v616xl4nbxag2fwxrw"))))
(build-system gnu-build-system)
(inputs
(list libx11))