diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-25 20:12:44 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-25 20:12:44 +0100 |
commit | 5e53557ed0372aa0203f99fa6e0992be5d6b01e2 (patch) | |
tree | b77d415b8702b7b956fe91770b198065280692e8 | |
parent | 90ff097995a7b900a050af29eefd98b79c6650d2 (diff) |
gnu: maim: Update to 4.4.62.
* gnu/packages/xdisorg.scm (maim): Update to 4.4.62.
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 172f3c368d..ad8d9a416e 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 |