GNU bug report logs -
#64072
[PATCH] gnu: mazo: Update to 1.1.0.
Previous Next
Reported by: sirgazil <at> zoho.com
Date: Wed, 14 Jun 2023 22:39:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64072 in the body.
You can then email your comments to 64072 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64072
; Package
guix-patches
.
(Wed, 14 Jun 2023 22:39:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
sirgazil <at> zoho.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 14 Jun 2023 22:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Luis Felipe <sirgazil <at> 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 20 Jun 2023 22:02:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
sirgazil <at> zoho.com
:
bug acknowledged by developer.
(Tue, 20 Jun 2023 22:02:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64072-done <at> debbugs.gnu.org (full text, mbox):
Hi,
sirgazil <at> zoho.com skribis:
> From: Luis Felipe <sirgazil <at> 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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 19 Jul 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.