mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-calendar: Update to 48.1.
* gnu/packages/gnome.scm (gnome-calendar): Update to 48.1. Change-Id: Id4aaad553f9411c477016e50786dabbc282b4635
This commit is contained in:
parent
07ed2bafb9
commit
dea28fb657
1 changed files with 2 additions and 2 deletions
|
@ -10971,7 +10971,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.")
|
||||||
(define-public gnome-calendar
|
(define-public gnome-calendar
|
||||||
(package
|
(package
|
||||||
(name "gnome-calendar")
|
(name "gnome-calendar")
|
||||||
(version "47.0")
|
(version "48.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -10979,7 +10979,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xhynp8jxydbwln2sjax4pxfllvdb78hkqh73s1dq4jd3hzk20rv"))))
|
"00lz50rwla8dnc1xj4nb5zm0mkl24v7iwhhx31cf7s0bq3asvkh6"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue