guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: drawing: Update to 0.8.2.


From: guix-commits
Subject: branch master updated: gnu: drawing: Update to 0.8.2.
Date: Thu, 08 Jul 2021 18:01:48 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e01ae01  gnu: drawing: Update to 0.8.2.
e01ae01 is described below

commit e01ae01e57d64898831be1ae8b8f5954174a8476
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Jul 6 19:12:48 2021 +0000

    gnu: drawing: Update to 0.8.2.
    
    * gnu/packages/gnome.scm (drawing): Update to 0.8.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 aa9504d..f3133c9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4262,7 +4262,7 @@ engineering.")
 (define-public drawing
   (package
     (name "drawing")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
@@ -4271,7 +4271,7 @@ engineering.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a65mil9w4iw0h6kncg5d15s302sxfx25fpnkfv9pz54nj3hzghk"))))
+        (base32 "0lpszd8276rp5chn84rkvwmnflxc3pqlg4cz53gfxkqdb3gn02zz"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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