gnu: gexiv2: Update to 0.10.7.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.7. [build-system]: Switch to meson-build-system.
This commit is contained in:
		
							parent
							
								
									d2c3be991c
								
							
						
					
					
						commit
						51c482e494
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -4362,7 +4362,7 @@ classes for commonly used data structures.")
 | 
				
			||||||
(define-public gexiv2
 | 
					(define-public gexiv2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gexiv2")
 | 
					    (name "gexiv2")
 | 
				
			||||||
    (version "0.10.6")
 | 
					    (version "0.10.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://gnome/sources/" name "/"
 | 
					              (uri (string-append "mirror://gnome/sources/" name "/"
 | 
				
			||||||
| 
						 | 
					@ -4370,8 +4370,8 @@ classes for commonly used data structures.")
 | 
				
			||||||
                                  name "-" version ".tar.xz"))
 | 
					                                  name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "09aqsnpah71p9gx0ap2px2dyanrs7jmkkar6q114n9b7js8qh9qk"))))
 | 
					                "1f7312zygw77ml37i5qilhfvmjm59dn753ax71rcb2jm1p76vgcb"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("glib" ,glib "bin")
 | 
					     `(("glib" ,glib "bin")
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue