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>
This commit is contained in:
		
							parent
							
								
									648b81211f
								
							
						
					
					
						commit
						d855119ece
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1787,14 +1787,14 @@ configuration files for the GNOME menu, as well as a simple menu editor.")
 | 
				
			||||||
(define-public deja-dup
 | 
					(define-public deja-dup
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "deja-dup")
 | 
					    (name "deja-dup")
 | 
				
			||||||
    (version "40.6")
 | 
					    (version "42.8")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://gitlab.gnome.org/World/deja-dup/-/archive/"
 | 
					              (uri (string-append "https://gitlab.gnome.org/World/deja-dup/-/archive/"
 | 
				
			||||||
                                  version "/deja-dup-" version ".tar.bz2"))
 | 
					                                  version "/deja-dup-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0lwazh6crby5wpy9fg6zvwy4plqbhs2f98bm5lbizjdlbh88n5q0"))))
 | 
					                "0d1jnlxpk52x56aqxz1g2xb4y4sm24h08p2di8mc1k8n8b52rpi4"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:glib-or-gtk? #t
 | 
					     `(#:glib-or-gtk? #t
 | 
				
			||||||
| 
						 | 
					@ -1848,6 +1848,7 @@ configuration files for the GNOME menu, as well as a simple menu editor.")
 | 
				
			||||||
       ("libnotify" ,libnotify)
 | 
					       ("libnotify" ,libnotify)
 | 
				
			||||||
       ("libsecret" ,libsecret)
 | 
					       ("libsecret" ,libsecret)
 | 
				
			||||||
       ("libsoup" ,libsoup)
 | 
					       ("libsoup" ,libsoup)
 | 
				
			||||||
 | 
					       ("libhandy" ,libhandy)
 | 
				
			||||||
       ("packagekit" ,packagekit)
 | 
					       ("packagekit" ,packagekit)
 | 
				
			||||||
       ("python" ,python)
 | 
					       ("python" ,python)
 | 
				
			||||||
       ("python-pygobject" ,python-pygobject)))
 | 
					       ("python-pygobject" ,python-pygobject)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue