gnu: git-annex: Update to 8.20200226.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200226. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
		
							parent
							
								
									6c32e9b4dc
								
							
						
					
					
						commit
						0b61e1a096
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -269,14 +269,14 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}.
 | 
				
			||||||
(define-public git-annex
 | 
					(define-public git-annex
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "git-annex")
 | 
					    (name "git-annex")
 | 
				
			||||||
    (version "7.20200219")
 | 
					    (version "8.20200226")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://hackage.haskell.org/package/"
 | 
					       (uri (string-append "https://hackage.haskell.org/package/"
 | 
				
			||||||
                           "git-annex/git-annex-" version ".tar.gz"))
 | 
					                           "git-annex/git-annex-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0pzwjh98jpirgssbd7pqfk7mzraibrk277dn34s2mrah8zy75b58"))))
 | 
					        (base32 "09v80ni1w9z1im79lzrnpz7xlivwna44zqpwq4axwyd17cffqi9m"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue