summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2021-09-11 22:40:55 +0000
committerEfraim Flashner <efraim@flashner.co.il>2021-09-14 13:50:27 +0300
commite4f8bfb3488cca0593327a983a368acceae6b352 (patch)
tree66b4968f658bdc85f219d74473b6b5a437a6c09f /gnu/packages
parente831da85877581641ab1671bbe3ad676a3a622b9 (diff)
downloadguix-patches-e4f8bfb3488cca0593327a983a368acceae6b352.tar
guix-patches-e4f8bfb3488cca0593327a983a368acceae6b352.tar.gz
gnu: drawing: Update to 0.8.3.
* gnu/packages/gnome.scm (drawing): Update to 0.8.3. [arguments]<#:phases>: Don't return #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b88e1490f9..7362bf6bee 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4199,7 +4199,7 @@ engineering.")
(define-public drawing
(package
(name "drawing")
- (version "0.8.2")
+ (version "0.8.3")
(source
(origin
(method git-fetch)
@@ -4208,7 +4208,7 @@ engineering.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0lpszd8276rp5chn84rkvwmnflxc3pqlg4cz53gfxkqdb3gn02zz"))))
+ (base32 "0wz9p47riyy3h8b0sqsb6bx416hc6d1a1wyzlfmsxkrqrkwcjcm8"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -4225,8 +4225,7 @@ engineering.")
"/site-packages")))
(wrap-program prog
`("PYTHONPATH" = (,(getenv "PYTHONPATH") ,pylib))
- `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
- #t))))))
+ `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)