mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: evolution-data-server: Update to 3.46.0.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.46.0.
This commit is contained in:
parent
96c7887864
commit
d753a528ce
1 changed files with 2 additions and 2 deletions
|
@ -8009,7 +8009,7 @@ (define-public gnome-online-accounts-3.44
|
|||
(define-public evolution-data-server
|
||||
(package
|
||||
(name "evolution-data-server")
|
||||
(version "3.45.3")
|
||||
(version "3.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8017,7 +8017,7 @@ (define-public evolution-data-server
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1zjg9b77qmfin9m16rqa6cpqp1rh63pg3bcnkh25vmklslwhvq7a"))))
|
||||
(base32 "1aydynpc9qx2a5xlrvc3xzfq3d3rhf15mqr8m6splgqqb84jiyp5"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue