guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: maim: Update to 4.4.62.


From: Marius Bakke
Subject: 01/02: gnu: maim: Update to 4.4.62.
Date: Sat, 25 Mar 2017 16:29:57 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5e53557ed0372aa0203f99fa6e0992be5d6b01e2
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 25 20:12:44 2017 +0100

    gnu: maim: Update to 4.4.62.
    
    * gnu/packages/xdisorg.scm (maim): Update to 4.4.62.
---
 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 172f3c3..ad8d9a4 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -472,7 +472,7 @@ selection's dimensions to stdout.")
 (define-public maim
   (package
     (name "maim")
-    (version "4.4.61")
+    (version "4.4.62")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -481,7 +481,7 @@ selection's dimensions to stdout.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "14jksv05xyydbpb9v8k3jgq7sl72bh356iapymg02vwg519i1d5k"))))
+                "08lnbsl9ialqik1ris6piz1g0fgq4r3767ycr4nziphw3kz89vr1"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))            ; no "check" target



reply via email to

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