guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: maim: Update to 5.4.66.


From: Marius Bakke
Subject: 03/04: gnu: maim: Update to 5.4.66.
Date: Tue, 1 Aug 2017 17:40:04 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1926fd2baa8e1d2363e0aeead9a69a01d4140232
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 1 23:35:31 2017 +0200

    gnu: maim: Update to 5.4.66.
    
    * gnu/packages/xdisorg.scm (maim): Update to 5.4.66.
---
 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 6f3c4ce..31d39ea 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -476,7 +476,7 @@ selection's dimensions to stdout.")
 (define-public maim
   (package
     (name "maim")
-    (version "5.4.64")
+    (version "5.4.66")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -485,7 +485,7 @@ selection's dimensions to stdout.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0y7ajwcp6x9q7581alz2b5xqijs5cb9l38h10fzinswqrcz53ak1"))))
+                "077aww1fab3ihzxdybxpdh0h3d7fbgpvsm9q92byfb2ig32viyfa"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))            ; no "check" target



reply via email to

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