diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 08:15:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 18:04:15 +0200 |
commit | 1096ec5beb24d3e31a5d6c8327e57c5f1746879a (patch) | |
tree | 1462ee5b2c05b1086cb0588c9102c62d71756c46 /gnu/packages/gnome.scm | |
parent | 15844291fed3cc09eb3173bb76e5bb8efe10e7b6 (diff) | |
download | guix-1096ec5beb24d3e31a5d6c8327e57c5f1746879a.tar.gz |
gnu: drawing: Update to 0.8.1.
* gnu/packages/gnome.scm (drawing): Update to 0.8.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 36e0bbac07..a1618274a1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4254,7 +4254,7 @@ engineering.") (define-public drawing (package (name "drawing") - (version "0.8.0") + (version "0.8.1") (source (origin (method git-fetch) @@ -4263,7 +4263,7 @@ engineering.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "03cx6acb0ph7b3difshjfddi8ld79wp8d12bdp7dp1q1820j5mz0")))) + (base32 "0a65mil9w4iw0h6kncg5d15s302sxfx25fpnkfv9pz54nj3hzghk")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |