mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
c9d9c54636
commit
105781d3d3
1 changed files with 7 additions and 5 deletions
|
@ -1102,16 +1102,16 @@ (define-public exercism
|
||||||
(define-public mazo
|
(define-public mazo
|
||||||
(package
|
(package
|
||||||
(name "mazo")
|
(name "mazo")
|
||||||
(version "1.0.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/luis-felipe/mazo.git")
|
(url "https://codeberg.org/luis-felipe/mazo.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06246380i5rxycniwg5syn0aldd2zy10cbqk1lgyc0qfqb2lyrwj"))))
|
(base32 "14nk3qsj6lg7wp2ws8lxhb4hyjnczvw1cn9f3m466dkkfimp7ygf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:use-setuptools? #f
|
`(#:use-setuptools? #f
|
||||||
|
@ -1155,8 +1155,10 @@ (define-public mazo
|
||||||
python-pillow
|
python-pillow
|
||||||
python-pycairo))
|
python-pycairo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gstreamer
|
(list adwaita-icon-theme
|
||||||
gtk+
|
dbus
|
||||||
|
gstreamer
|
||||||
|
gtk
|
||||||
python
|
python
|
||||||
python-django
|
python-django
|
||||||
python-django-cleanup
|
python-django-cleanup
|
||||||
|
|
Loading…
Reference in a new issue