diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 09:37:47 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 11:38:30 +0100 |
commit | fd2ebe1ed0df4e65ff1d4ed8fa512da0e93a7683 (patch) | |
tree | cdd8b5f628cad682149c71ec8131836126582e36 | |
parent | 0803ddf2677ead5e9d8ef698316125e0c8b9c998 (diff) | |
download | patches-fd2ebe1ed0df4e65ff1d4ed8fa512da0e93a7683.tar patches-fd2ebe1ed0df4e65ff1d4ed8fa512da0e93a7683.tar.gz |
gnu: xbitmaps: Update to 1.1.2.
* gnu/packages/xorg.scm (xbitmaps): Update to 1.1.2.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index d1671ba8c1..701992b418 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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/") |