gnu: darktable: Update to 4.0.0.
* gnu/packages/photo.scm (darktable): Update to 4.0.0. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
		
							parent
							
								
									fa4a9016be
								
							
						
					
					
						commit
						42224e36d1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -469,7 +469,7 @@ photographic equipment.")
 | 
				
			||||||
(define-public darktable
 | 
					(define-public darktable
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "darktable")
 | 
					    (name "darktable")
 | 
				
			||||||
    (version "3.8.1")
 | 
					    (version "4.0.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -477,7 +477,7 @@ photographic equipment.")
 | 
				
			||||||
             "https://github.com/darktable-org/darktable/releases/"
 | 
					             "https://github.com/darktable-org/darktable/releases/"
 | 
				
			||||||
             "download/release-" version "/darktable-" version ".tar.xz"))
 | 
					             "download/release-" version "/darktable-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1"))))
 | 
					        (base32 "0bfcag6bj5vcmg4z4xjirs43iafcx89al6jl41i5mrhpjzszh5hl"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
 | 
					     `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue