gnu: maim: Update to 4.4.61.
* gnu/packages/xdisorg.scm (maim): Update to 4.4.61.
This commit is contained in:
		
							parent
							
								
									3f98071ac5
								
							
						
					
					
						commit
						608afe067e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -471,7 +471,7 @@ selection's dimensions to stdout.")
 | 
				
			||||||
(define-public maim
 | 
					(define-public maim
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "maim")
 | 
					    (name "maim")
 | 
				
			||||||
    (version "4.4.60")
 | 
					    (version "4.4.61")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -480,7 +480,7 @@ selection's dimensions to stdout.")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1j8czhbgilmv9c9hlind1w847yk856dzvxx1sj17fx89xkg8nixk"))))
 | 
					                "14jksv05xyydbpb9v8k3jgq7sl72bh356iapymg02vwg519i1d5k"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f))            ; no "check" target
 | 
					     '(#:tests? #f))            ; no "check" target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue