diff options
author | rennes <rennes@openmailbox.org> | 2017-11-02 21:22:30 -0600 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-05 17:24:00 +0100 |
commit | 8d2bde86ec8474d17b78b870d0345ceff763b58f (patch) | |
tree | 8d873cf0a9b5c5f1b30ebb9c118079179be68cd4 /gnu/packages/gnome.scm | |
parent | 08d61397cd2cc4cc46c2d7ee461580cb9e354a2c (diff) | |
download | guix-8d2bde86ec8474d17b78b870d0345ceff763b58f.tar guix-8d2bde86ec8474d17b78b870d0345ceff763b58f.tar.gz |
gnu: lollypop: Update to 0.9.304.
* gnu/packages/gnome.scm (lollypop): Update to 0.9.304.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8d53e025bb..e160818e51 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6860,7 +6860,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.") (define-public lollypop (package (name "lollypop") - (version "0.9.244") + (version "0.9.304") (source (origin (method url-fetch) @@ -6869,7 +6869,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.") name "-" version ".tar.xz")) (sha256 (base32 - "0y9nmwrplz4mlvc2badfbyjj97ksn6qqis3rgm8lvp5llsk1583w")))) + "070y6wf1180hbl1ix8al7fmc6y06jb5m14h73g509g4xbwlk62g8")))) ;; TODO: Use meson-build-system (build-system glib-or-gtk-build-system) (arguments |