guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: drawing: Update to 0.8.0.


From: guix-commits
Subject: 03/07: gnu: drawing: Update to 0.8.0.
Date: Sun, 6 Jun 2021 17:13:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a3082797b33cdc7769f3332f748e32071bd9ef91
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jun 6 01:41:39 2021 +0000

    gnu: drawing: Update to 0.8.0.
    
    * gnu/packages/gnome.scm (drawing): Update to 0.8.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f2d024e..951c8e2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4250,7 +4250,7 @@ engineering.")
 (define-public drawing
   (package
     (name "drawing")
-    (version "0.6.5")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -4259,7 +4259,7 @@ engineering.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kfgmalakifcvzhzss9zhmqjbdk24zr22c5xwkkahlvfcafp13wn"))))
+        (base32 "03cx6acb0ph7b3difshjfddi8ld79wp8d12bdp7dp1q1820j5mz0"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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