guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: grim: Update to 1.1.


From: guix-commits
Subject: 02/07: gnu: grim: Update to 1.1.
Date: Tue, 19 Feb 2019 09:34:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3d4c4fc2a01dce41f3eade34a26e6cc14ca515a5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 15:03:12 2019 +0100

    gnu: grim: Update to 1.1.
    
    * gnu/packages/image.scm (grim): Update to 1.1.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 772baef..1c1411f 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1588,7 +1588,7 @@ identical visual appearance.")
 (define-public grim
   (package
    (name "grim")
-   (version "1.0")
+   (version "1.1")
    (source
     (origin
      (method url-fetch)
@@ -1596,7 +1596,7 @@ identical visual appearance.")
                          ".tar.gz"))
      (file-name (string-append name "-" version ".tar.gz"))
      (sha256
-      (base32 "0xkk5nqyp1px0sxz4asmchznc0q39wdx1b67ql741k8aj815km0f"))))
+      (base32 "1zxj1p5rgrhcq88frq2ccc38b7v0hk22mvqwjs4ykrpyhgkxwir1"))))
    (build-system meson-build-system)
    (native-inputs `(("pkg-config" ,pkg-config)))
    (inputs `(("cairo" ,cairo)



reply via email to

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