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>
This commit is contained in:
parent
e19a89b1ea
commit
83b48ae62b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue