all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64072] [PATCH] gnu: mazo: Update to 1.1.0.
@ 2023-06-14 21:52 sirgazil--- via Guix-patches via
  2023-06-20 22:01 ` bug#64072: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: sirgazil--- via Guix-patches via @ 2023-06-14 21:52 UTC (permalink / raw)
  To: 64072; +Cc: Luis Felipe

From: Luis Felipe <sirgazil@zoho.com>

* gnu/packages/education.scm (mazo): Update to 1.1.0.
[propagated-inputs]: Add adwaita-icon-theme and dbus.
[propagated-inputs]: Change gtk+ to gtk.
---
 gnu/packages/education.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 4118c84bbf..54380e7ebb 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1102,16 +1102,16 @@ (define-public exercism
 (define-public mazo
   (package
     (name "mazo")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/luis-felipe/mazo.git")
+             (url "https://codeberg.org/luis-felipe/mazo.git")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06246380i5rxycniwg5syn0aldd2zy10cbqk1lgyc0qfqb2lyrwj"))))
+        (base32 "14nk3qsj6lg7wp2ws8lxhb4hyjnczvw1cn9f3m466dkkfimp7ygf"))))
     (build-system python-build-system)
     (arguments
      `(#:use-setuptools? #f
@@ -1155,8 +1155,10 @@ (define-public mazo
            python-pillow
            python-pycairo))
     (propagated-inputs
-     (list gstreamer
-           gtk+
+     (list adwaita-icon-theme
+           dbus
+           gstreamer
+           gtk
            python
            python-django
            python-django-cleanup

base-commit: 09449ef6f6359c9621e512b323bc37d43a366e24
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64072: [PATCH] gnu: mazo: Update to 1.1.0.
  2023-06-14 21:52 [bug#64072] [PATCH] gnu: mazo: Update to 1.1.0 sirgazil--- via Guix-patches via
@ 2023-06-20 22:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-06-20 22:01 UTC (permalink / raw)
  To: sirgazil; +Cc: 64072-done

Hi,

sirgazil@zoho.com skribis:

> From: Luis Felipe <sirgazil@zoho.com>
>
> * gnu/packages/education.scm (mazo): Update to 1.1.0.
> [propagated-inputs]: Add adwaita-icon-theme and dbus.
> [propagated-inputs]: Change gtk+ to gtk.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-20 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14 21:52 [bug#64072] [PATCH] gnu: mazo: Update to 1.1.0 sirgazil--- via Guix-patches via
2023-06-20 22:01 ` bug#64072: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.