gnu: slurp: Update to 1.4.0.
* gnu/packages/image.scm (slurp): Update to 1.4.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									430920e91e
								
							
						
					
					
						commit
						cf82526ac4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2043,7 +2043,7 @@ identical visual appearance.")
 | 
				
			||||||
(define-public slurp
 | 
					(define-public slurp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "slurp")
 | 
					   (name "slurp")
 | 
				
			||||||
   (version "1.3.2")
 | 
					   (version "1.4.0")
 | 
				
			||||||
   (source
 | 
					   (source
 | 
				
			||||||
    (origin
 | 
					    (origin
 | 
				
			||||||
     (method git-fetch)
 | 
					     (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2052,7 +2052,7 @@ identical visual appearance.")
 | 
				
			||||||
           (commit (string-append "v" version))))
 | 
					           (commit (string-append "v" version))))
 | 
				
			||||||
     (file-name (git-file-name name version))
 | 
					     (file-name (git-file-name name version))
 | 
				
			||||||
     (sha256
 | 
					     (sha256
 | 
				
			||||||
      (base32 "00dx6ds1227qnxqrw58k0am78q8fa49rgp1zingrkjcbpbi7g475"))))
 | 
					      (base32 "1i6g4dfiv2mwkjvvrx3wizb1n05xmd4j9nkhdii4klwd1gdrhjwd"))))
 | 
				
			||||||
   (build-system meson-build-system)
 | 
					   (build-system meson-build-system)
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    (list pkg-config scdoc))
 | 
					    (list pkg-config scdoc))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue