~ruther/guix-local

5e107b22df2cc42cc0e4601a20a3f6749865adb7 — Marius Bakke 9 years ago 45e38a0
gnu: libxpm: Update to 3.5.12.

* gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 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)