diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-08 12:49:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-08 17:06:16 +0200 |
commit | be6a1c2d39688efcc6f354a91b5f1de73ba576d1 (patch) | |
tree | 76d078e1c1949013436da33e8cf62139f9df86f5 /gnu | |
parent | de1a32a41acd882d1d249b455158fc3298367076 (diff) | |
download | guix-be6a1c2d39688efcc6f354a91b5f1de73ba576d1.tar guix-be6a1c2d39688efcc6f354a91b5f1de73ba576d1.tar.gz |
gnu: gnome-calendar: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.2.
Diffstat (limited to 'gnu')
-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 87e60635e8..b0c733ab55 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6065,7 +6065,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") (define-public gnome-calendar (package (name "gnome-calendar") - (version "3.26.1") + (version "3.26.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6073,7 +6073,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") name "-" version ".tar.xz")) (sha256 (base32 - "0p4xg9sfhcyy2lj9sdg8pk6dmggbi80f038dycr24v0ccy3nk6f2")))) + "03n51mvlc0vabr1rx9577z927icl3mrxrrv8zckfjav6p4vwg8hr")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |