mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: lollypop: Update to 1.2.2.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.2. [inputs]: Use python-pygobject-3.34.
This commit is contained in:
parent
622d702f7e
commit
7460f34670
1 changed files with 3 additions and 4 deletions
|
@ -7784,7 +7784,7 @@ (define-public gnome-planner
|
|||
(define-public lollypop
|
||||
(package
|
||||
(name "lollypop")
|
||||
(version "1.1.3.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7792,8 +7792,7 @@ (define-public lollypop
|
|||
"aa4fbd92bf338296c28e54710271ccab/"
|
||||
"lollypop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r5wn0bja9psz6nr1rcaysdkkwz84rbyzpdfw66cxa6wiy52pkjm"))))
|
||||
(base32 "1wz5fna24qr3v7h29ijwhdxza85r9srz9xsqz4f4df3p5f8rfyql"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:imported-modules ((guix build python-build-system)
|
||||
|
@ -7831,7 +7830,7 @@ (define-public lollypop
|
|||
("python-gst" ,python-gst)
|
||||
("python-pil" ,python-pillow)
|
||||
("python-pycairo" ,python-pycairo)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("python-pygobject" ,python-pygobject-3.34)
|
||||
("python-pylast" ,python-pylast)
|
||||
("totem-pl-parser" ,totem-pl-parser)
|
||||
("webkitgtk" ,webkitgtk)))
|
||||
|
|
Loading…
Reference in a new issue