guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: deja-dup: Update to 42.8.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: deja-dup: Update to 42.8.
Date: Tue, 09 Nov 2021 17:59:30 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new d855119  gnu: deja-dup: Update to 42.8.
d855119 is described below

commit d855119eceb838ce56d45157a3f45f97dc7a1749
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Oct 27 12:38:16 2021 +0000

    gnu: deja-dup: Update to 42.8.
    
    * gnu/packages/gnome.scm (deja-dup): Update to 42.8.
    * gnu/packages/gnome.scm (deja-dup)[inputs]: Add libhandy.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f027e28..bfd6b89 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1787,14 +1787,14 @@ configuration files for the GNOME menu, as well as a 
simple menu editor.")
 (define-public deja-dup
   (package
     (name "deja-dup")
-    (version "40.6")
+    (version "42.8")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://gitlab.gnome.org/World/deja-dup/-/archive/";
                                   version "/deja-dup-" version ".tar.bz2"))
               (sha256
                (base32
-                "0lwazh6crby5wpy9fg6zvwy4plqbhs2f98bm5lbizjdlbh88n5q0"))))
+                "0d1jnlxpk52x56aqxz1g2xb4y4sm24h08p2di8mc1k8n8b52rpi4"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -1848,6 +1848,7 @@ configuration files for the GNOME menu, as well as a 
simple menu editor.")
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)
        ("libsoup" ,libsoup)
+       ("libhandy" ,libhandy)
        ("packagekit" ,packagekit)
        ("python" ,python)
        ("python-pygobject" ,python-pygobject)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]