diff options
author | Juliana Sims <jtsims@protonmail.com> | 2023-04-02 10:09:01 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:26:54 -0400 |
commit | 83b48ae62b4b3fea7f45cc450e5e1cc4c9a91800 (patch) | |
tree | 55004e7df85b7d393c97e7f3e911866a10703296 | |
parent | e19a89b1eae22f5de73889c8863e56fdd3afa040 (diff) | |
download | guix-83b48ae62b4b3fea7f45cc450e5e1cc4c9a91800.tar.gz |
gnu: drawing: Update to 1.0.2.
* gnu/packages/gnome.scm (drawing): Update to 1.0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-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 e47062b3fd..db5afe597f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4438,7 +4438,7 @@ engineering.") (define-public drawing (package (name "drawing") - (version "1.0.1") + (version "1.0.2") (source (origin (method git-fetch) @@ -4447,7 +4447,7 @@ engineering.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "12xb522i7dxshw2ig12ald750fynlxan1lwz6gsxfa9p4ap2qypn")))) + (base32 "1yazs3jj8i8n64ki54rvh11q0yn46da105hdsjb7b80dpxspvlch")))) (build-system meson-build-system) (arguments (list |