aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-21 19:50:04 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-21 22:54:37 +0200
commit3592a57255b27bc03e908cfcce8ec32bcdc2eb2f (patch)
tree0dfc695866825a4026b07eed3ec7f0f87cef754f
parent9f9d2a723ffbc0543f4d8015a7be843175bd006e (diff)
downloadguix-3592a57255b27bc03e908cfcce8ec32bcdc2eb2f.tar
guix-3592a57255b27bc03e908cfcce8ec32bcdc2eb2f.tar.gz
gnu: lollypop: Update to 0.9.244.
* gnu/packages/gnome.scm (lollypop): Update to 0.9.244.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index aec27d8347..f823dd398d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6561,7 +6561,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
(define-public lollypop
(package
(name "lollypop")
- (version "0.9.240")
+ (version "0.9.244")
(source
(origin
(method url-fetch)
@@ -6570,7 +6570,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0n1ycmg6dgz1pajs80fwlcbxw3rx1hff1xw6ja67zngm85ydbjvq"))))
+ "0y9nmwrplz4mlvc2badfbyjj97ksn6qqis3rgm8lvp5llsk1583w"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:imported-modules ((guix build python-build-system)