diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-06 15:34:49 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-07 15:06:22 +0100 |
commit | 4c8413cd617e56891939ac50c48a620c606ef145 (patch) | |
tree | 6da4977423af37370ed0842c6058d9d41689decd /gnu/packages/gnome.scm | |
parent | ac033c7ba1e14da42a67f493802be5a59dc66a57 (diff) | |
download | guix-4c8413cd617e56891939ac50c48a620c606ef145.tar guix-4c8413cd617e56891939ac50c48a620c606ef145.tar.gz |
gnu: gnome-calendar: Update to 3.26.3.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.3.
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 2ce78ba73d..de66705b05 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6167,7 +6167,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") (define-public gnome-calendar (package (name "gnome-calendar") - (version "3.26.2") + (version "3.26.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6175,7 +6175,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") name "-" version ".tar.xz")) (sha256 (base32 - "03n51mvlc0vabr1rx9577z927icl3mrxrrv8zckfjav6p4vwg8hr")))) + "1clnfvvsaqw9vpxrs6qrxzmgpaw9x2nkjik2x2vwvm07pdvhddxn")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |