emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50530: closed ([PATCH] gnu: drawing: Update to 0.8.3.)


From: GNU bug Tracking System
Subject: bug#50530: closed ([PATCH] gnu: drawing: Update to 0.8.3.)
Date: Tue, 14 Sep 2021 10:56:02 +0000

Your message dated Tue, 14 Sep 2021 13:51:29 +0300
with message-id <YUB+sSatoR7s4nId@3900XT>
and subject line Re: [bug#50530] [PATCH] gnu: drawing: Update to 0.8.3.
has caused the debbugs.gnu.org bug report #50530,
regarding [PATCH] gnu: drawing: Update to 0.8.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50530: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50530
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: drawing: Update to 0.8.3. Date: Sat, 11 Sep 2021 22:40:55 +0000
* gnu/packages/gnome.scm (drawing): Update to 0.8.3.
[arguments]<#:phases>: Don't return #t.
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 39d6602a6f..e9b1c95acc 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)
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#50530] [PATCH] gnu: drawing: Update to 0.8.3. Date: Tue, 14 Sep 2021 13:51:29 +0300
Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]