diff options
| -rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 738388ce3ef..ebb6b8c5338 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -12010,14 +12010,14 @@ views can be printed as PDF or PostScript files, or exported to HTML.") | |||
| 12010 | (define-public lollypop | 12010 | (define-public lollypop |
| 12011 | (package | 12011 | (package |
| 12012 | (name "lollypop") | 12012 | (name "lollypop") |
| 12013 | (version "1.4.42") | 12013 | (version "1.4.45") |
| 12014 | (source | 12014 | (source |
| 12015 | (origin | 12015 | (origin |
| 12016 | (method url-fetch) | 12016 | (method url-fetch) |
| 12017 | (uri (string-append "https://adishatz.org/lollypop/" | 12017 | (uri (string-append "https://adishatz.org/lollypop/" |
| 12018 | "lollypop-" version ".tar.xz")) | 12018 | "lollypop-" version ".tar.xz")) |
| 12019 | (sha256 | 12019 | (sha256 |
| 12020 | (base32 "15bpg217vqbnspnls5mjg05424i6c9wd6g9ryr3h96lbgg90l93s")))) | 12020 | (base32 "0wsqbpnqkq0rinq4yz14g876g61xxilk4fbl1pgrwlf76jfxlpyb")))) |
| 12021 | (build-system meson-build-system) | 12021 | (build-system meson-build-system) |
| 12022 | (arguments | 12022 | (arguments |
| 12023 | (list #:imported-modules (append %meson-build-system-modules | 12023 | (list #:imported-modules (append %meson-build-system-modules |
| @@ -12048,10 +12048,11 @@ views can be printed as PDF or PostScript files, or exported to HTML.") | |||
| 12048 | gobject-introspection | 12048 | gobject-introspection |
| 12049 | gsettings-desktop-schemas | 12049 | gsettings-desktop-schemas |
| 12050 | gst-plugins-base | 12050 | gst-plugins-base |
| 12051 | gtk+ | ||
| 12051 | libnotify | 12052 | libnotify |
| 12052 | libsecret | 12053 | libsecret |
| 12053 | libhandy | 12054 | libhandy |
| 12054 | libsoup-minimal-2 | 12055 | libsoup |
| 12055 | python | 12056 | python |
| 12056 | python-beautifulsoup4 | 12057 | python-beautifulsoup4 |
| 12057 | python-gst | 12058 | python-gst |
| @@ -12059,8 +12060,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.") | |||
| 12059 | python-pycairo | 12060 | python-pycairo |
| 12060 | python-pygobject | 12061 | python-pygobject |
| 12061 | python-pylast | 12062 | python-pylast |
| 12062 | totem-pl-parser | 12063 | totem-pl-parser)) |
| 12063 | webkitgtk-for-gtk3)) | ||
| 12064 | (propagated-inputs | 12064 | (propagated-inputs |
| 12065 | (list gst-plugins-good ;required to start lollypop | 12065 | (list gst-plugins-good ;required to start lollypop |
| 12066 | gst-plugins-ugly)) ;required for streaming | 12066 | gst-plugins-ugly)) ;required for streaming |
