gnu: patatt: Update to 0.6.3.
* gnu/packages/version-control.scm (patatt): Update to 0.6.3. Change-Id: I3a1c767c0dbbddade590ccddef6e6c28eb1d4c69
This commit is contained in:
		
							parent
							
								
									c7c99aeb3c
								
							
						
					
					
						commit
						7fd0975edc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2900,13 +2900,13 @@ based on a manifest file published by servers.")
 | 
				
			||||||
(define-public patatt
 | 
					(define-public patatt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "patatt")
 | 
					    (name "patatt")
 | 
				
			||||||
    (version "0.4.9")
 | 
					    (version "0.6.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "patatt" version))
 | 
					       (uri (pypi-uri "patatt" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0fpbkmdlnz9s1lakw11jlrzpz4mb6f4dksdiir9g1ppq0g34sy58"))))
 | 
					        (base32 "0a0a5ndlnv7dk2smn8algss6q17gbd6mc7yacz17c9cxabv2c24q"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments '(#:tests? #f))          ; No tests.
 | 
					    (arguments '(#:tests? #f))          ; No tests.
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue