diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-08 16:21:57 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-08 21:56:03 +0100 |
commit | 6a66709d385c607b928d0d5a425331d36fea40ca (patch) | |
tree | ef46c2392fae5b7c0f2daa4bc663d6d8fc7ee873 /gnu/packages | |
parent | bd0af90a4e543626f4802f81267f544096e35417 (diff) |
gnu: libXpm: Update to 3.5.13.
* gnu/packages/xorg.scm (libxpm): Update to 3.5.13.
Diffstat (limited to 'gnu/packages')
-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 8f4d2c33ef..a7ec5851e2 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1431,7 +1431,7 @@ treat it as part of their software base when porting.") (define-public libxpm (package (name "libxpm") - (version "3.5.12") + (version "3.5.13") (source (origin (method url-fetch) @@ -1441,7 +1441,7 @@ treat it as part of their software base when porting.") ".tar.bz2")) (sha256 (base32 - "1v5xaiw4zlhxspvx76y3hq4wpxv7mpj6parqnwdqvpj8vbinsspx")))) + "09dc6nwlb2122h02vl64k9x56mxnyqz2gwpga0abfv4bb1bxmlcw")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static"))) |