guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: maim: Update to 4.4.59.


From: Marius Bakke
Subject: 02/03: gnu: maim: Update to 4.4.59.
Date: Mon, 27 Feb 2017 06:41:37 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 298111a7a76fd01dd475fa27576b13751bf05de9
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 27 12:20:31 2017 +0100

    gnu: maim: Update to 4.4.59.
    
    * gnu/packages/xdisorg.scm (maim): Update to 4.4.59.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 6e38a5a..3d69661 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -469,7 +469,7 @@ selection's dimensions to stdout.")
 (define-public maim
   (package
     (name "maim")
-    (version "4.4.50")
+    (version "4.4.59")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -478,7 +478,7 @@ selection's dimensions to stdout.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0lr11x77981jzx53z1zd48d8ss5swhcg3sxy8naz6945wc9i3mh8"))))
+                "0h8z4wm7zgxj1vlp98n12dyiwjwphhnl6yh8aaz3krm5v2kyy6hc"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))            ; no "check" target



reply via email to

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