diff options
author | Juliana Sims <jtsims@protonmail.com> | 2023-04-02 10:09:01 -0400 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-03 13:10:00 +0200 |
commit | a1a628252e34b0f095ae0dadeed099c889168f9a (patch) | |
tree | c05c8eeade8f9d43227e49262d1b807470c48440 | |
parent | 9581a8d2e91dd6d5c19e755982062a530763df0e (diff) |
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 8c38b94a21..49ff1464f5 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 |