gnu: evince: Update to 3.28.0.
* gnu/packages/gnome.scm (evince): Update to 3.28.0.
This commit is contained in:
		
							parent
							
								
									323991339e
								
							
						
					
					
						commit
						a271096b93
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
					@ -725,7 +725,7 @@ forgotten when the session ends.")
 | 
				
			||||||
(define-public evince
 | 
					(define-public evince
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "evince")
 | 
					    (name "evince")
 | 
				
			||||||
    (version "3.26.0")
 | 
					    (version "3.28.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://gnome/sources/" name "/"
 | 
					             (uri (string-append "mirror://gnome/sources/" name "/"
 | 
				
			||||||
| 
						 | 
					@ -733,7 +733,7 @@ forgotten when the session ends.")
 | 
				
			||||||
                                 name "-" version ".tar.xz"))
 | 
					                                 name "-" version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1n69lkiagx2x8lrdbvdlz6c051cvzhma73b3ggnw7w1wfkdpnmkr"))))
 | 
					               "1a3kcls18dcz1lj8hrx8skcli9xxfyi71c17xjwayh71cm5jc8zs"))))
 | 
				
			||||||
    (build-system glib-or-gtk-build-system)
 | 
					    (build-system glib-or-gtk-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("--disable-nautilus")
 | 
					     `(#:configure-flags '("--disable-nautilus")
 | 
				
			||||||
| 
						 | 
					@ -772,6 +772,11 @@ forgotten when the session ends.")
 | 
				
			||||||
       ("dconf" ,dconf)
 | 
					       ("dconf" ,dconf)
 | 
				
			||||||
       ("libcanberra" ,libcanberra)
 | 
					       ("libcanberra" ,libcanberra)
 | 
				
			||||||
       ("libsecret" ,libsecret)
 | 
					       ("libsecret" ,libsecret)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					       ;; XXX: 'libarchive.pc' adds '-lnettle' so Nettle should really be
 | 
				
			||||||
 | 
					       ;; propagated from there.
 | 
				
			||||||
 | 
					       ("nettle" ,nettle)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
       ;; For tests.
 | 
					       ;; For tests.
 | 
				
			||||||
       ("dogtail" ,python2-dogtail)))
 | 
					       ("dogtail" ,python2-dogtail)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue