diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-29 16:36:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-29 16:37:19 +0100 |
commit | 7460f3467082e9b96f814fe624de3d890fc632d4 (patch) | |
tree | c9cfa0bdba4054a23869d25066ee438626ad2e57 /gnu/packages/gnome.scm | |
parent | 622d702f7eba30ed26a96168e17dd4fe3e31f084 (diff) | |
download | patches-7460f3467082e9b96f814fe624de3d890fc632d4.tar patches-7460f3467082e9b96f814fe624de3d890fc632d4.tar.gz |
gnu: lollypop: Update to 1.2.2.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.2.
[inputs]: Use python-pygobject-3.34.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3c7882ca3d..222c5fdec7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7784,7 +7784,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.") (define-public lollypop (package (name "lollypop") - (version "1.1.3.1") + (version "1.2.2") (source (origin (method url-fetch) @@ -7792,8 +7792,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.") "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 @@ views can be printed as PDF or PostScript files, or exported to HTML.") ("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))) |