gnu: xbitmaps: Update to 1.1.2.

* gnu/packages/xorg.scm (xbitmaps): Update to 1.1.2.
master
Marius Bakke 2018-03-10 09:37:47 +01:00
parent 0803ddf267
commit fd2ebe1ed0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2030,7 +2030,7 @@ the same way.")
(define-public xbitmaps
(package
(name "xbitmaps")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
@ -2040,7 +2040,7 @@ the same way.")
".tar.bz2"))
(sha256
(base32
"178ym90kwidia6nas4qr5n5yqh698vv8r02js0r4vg3b6lsb0w9n"))))
"1vh73sc13s7w5r6gnc6irca56s7998bja7wgdivkfn8jccawgw5r"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")