~ruther/guix-local

836223f746c770e53e8ac1152324fcbdb7af5fc3 — Andreas Enge 11 years ago 7246e8f
Revert "gnu: netpbm: Update to 10.69.04."

This reverts commit 03c277653577a505eed7d49652c4e8ba76ea06e7.
1 files changed, 5 insertions(+), 2 deletions(-)

M gnu/packages/netpbm.scm
M gnu/packages/netpbm.scm => gnu/packages/netpbm.scm +5 -2
@@ 34,16 34,19 @@
(define-public netpbm
  (package
   (name "netpbm")
   (version "10.69.04")
   (version "10.61.01")
   (source (origin
            (method svn-fetch)
            ;; At the time of first packaging, the "super-stable" and
            ;; "stable" versions did not compile with newer libpng;
            ;; we needed the "advanced" version.
            ;; The currently highest stable version is 10.47.53,
            ;; the currently highest advanced version is 10.69.4,
            ;; svn release 2397.
            ;; To determine the correct release: "svn log version.mk".
            (uri (svn-reference
                   (url "http://svn.code.sf.net/p/netpbm/code/advanced")
                   (revision 2397)))
                   (revision 1832)))
            (sha256
              (base32
                "1mj1pqq18yj0yb6l24zfjls7axhqmiv0pvcaabl5xvc4a0dm543j"))))