mbakke pushed a commit to branch core-updates
in repository guix.

commit 6a66709d385c607b928d0d5a425331d36fea40ca
Author: Marius Bakke <[email protected]>
AuthorDate: Wed Jan 8 16:21:57 2020 +0100

    gnu: libXpm: Update to 3.5.13.
    
    * gnu/packages/xorg.scm (libxpm): Update to 3.5.13.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8f4d2c3..a7ec585 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")))

Reply via email to