guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: mazo: Update to 1.1.0.


From: guix-commits
Subject: 06/07: gnu: mazo: Update to 1.1.0.
Date: Tue, 20 Jun 2023 18:13:23 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 105781d3d3e73d0eb5b5f3aeb0d5ad743aa89a80
Author: Luis Felipe <sirgazil@zoho.com>
AuthorDate: Wed Jun 14 16:52:12 2023 -0500

    gnu: mazo: Update to 1.1.0.
    
    * gnu/packages/education.scm (mazo): Update to 1.1.0.
    [propagated-inputs]: Add adwaita-icon-theme and dbus.
    [propagated-inputs]: Change gtk+ to gtk.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@ mentored learning for programming languages.")
 (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 @@ mentored learning for programming languages.")
            python-pillow
            python-pycairo))
     (propagated-inputs
-     (list gstreamer
-           gtk+
+     (list adwaita-icon-theme
+           dbus
+           gstreamer
+           gtk
            python
            python-django
            python-django-cleanup



reply via email to

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