guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: netpbm: Update to 10.69.04.


From: Andreas Enge
Subject: 01/01: gnu: netpbm: Update to 10.69.04.
Date: Sun, 25 Jan 2015 09:56:52 +0000

andreas pushed a commit to branch master
in repository guix.

commit 03c277653577a505eed7d49652c4e8ba76ea06e7
Author: Andreas Enge <address@hidden>
Date:   Fri Jan 23 23:44:57 2015 +0100

    gnu: netpbm: Update to 10.69.04.
    
    * gnu/packages/netpbm.scm (netpbm): Update to 10.69.04.
---
 gnu/packages/netpbm.scm |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/netpbm.scm b/gnu/packages/netpbm.scm
index e72cf32..0590c3f 100644
--- a/gnu/packages/netpbm.scm
+++ b/gnu/packages/netpbm.scm
@@ -34,19 +34,16 @@
 (define-public netpbm
   (package
    (name "netpbm")
-   (version "10.61.01")
+   (version "10.69.04")
    (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 1832)))
+                   (revision 2397)))
             (sha256
               (base32
                 "1mj1pqq18yj0yb6l24zfjls7axhqmiv0pvcaabl5xvc4a0dm543j"))))



reply via email to

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