diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-07-14 15:45:19 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:27 +0100 |
| commit | f22da7085e6e3234c5a60910ca19c1ebf3a52c7f (patch) | |
| tree | 306692dad1af652c70255f3257bd4057ce4cc3cf /gnu | |
| parent | e84963cc827600bfb015893d4d8ffeffb3a29823 (diff) | |
gnu: gnome-contacts: Update to 46.0.
* gnu/packages/gnome.scm (gnome-contacts): Update to 46.0.
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 30edb7c4ad8..6f68bf8ea31 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2225,7 +2225,7 @@ commonly used macros.") (define-public gnome-contacts (package (name "gnome-contacts") - (version "44.0") + (version "46.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-contacts/" @@ -2233,7 +2233,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "1vbvvv8954j4znczqa41j892rvj36k21ah5f5lwgcsphq4xidlbx")))) + "1pvhcdngaibl4lc1cmqpnsyr6v9pqbfa4mvyrjdpzix16plb9bkh")))) (build-system meson-build-system) (arguments (list |
