guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libxpm: Update to 3.5.12.


From: Marius Bakke
Subject: 01/01: gnu: libxpm: Update to 3.5.12.
Date: Tue, 20 Dec 2016 01:10:08 +0000 (UTC)

mbakke pushed a commit to branch staging
in repository guix.

commit 0d25c4b8f9fa673cabd057e4299e11fd2e3a9ad8
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 20 02:08:51 2016 +0100

    gnu: libxpm: Update to 3.5.12.
    
    * gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
---
 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 95a53df..277d719 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1458,7 +1458,7 @@ treat it as part of their software base when porting.")
 (define-public libxpm
   (package
     (name "libxpm")
-    (version "3.5.11")
+    (version "3.5.12")
     (source
       (origin
         (method url-fetch)
@@ -1468,7 +1468,7 @@ treat it as part of their software base when porting.")
                ".tar.bz2"))
         (sha256
           (base32
-            "07041q4k8m4nirzl7lrqn8by2zylx0xvh6n0za301qqs3njszgf5"))))
+            "1v5xaiw4zlhxspvx76y3hq4wpxv7mpj6parqnwdqvpj8vbinsspx"))))
     (build-system gnu-build-system)
     (inputs
       `(("gettext" ,gettext-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]