gnu: python-gwcs: Update to 0.18.3.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.18.3. Signed-off-by: Vinicius Monego <monego@posteo.net>
This commit is contained in:
		
							parent
							
								
									fd3c18b0d0
								
							
						
					
					
						commit
						6a7c842cf9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3034,13 +3034,13 @@ install an implementation package such as gwcs.")
 | 
				
			||||||
(define-public python-gwcs
 | 
					(define-public python-gwcs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-gwcs")
 | 
					    (name "python-gwcs")
 | 
				
			||||||
    (version "0.18.2")
 | 
					    (version "0.18.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "gwcs" version))
 | 
					       (uri (pypi-uri "gwcs" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0v9qcq6zl74d6s882s6xmas144jfalvll6va8rvrxmvpx4vqjzhg"))))
 | 
					        (base32 "0mgyk5mgmj242g8nl7glcj689vry3ncwf04b8q3hasjcc9bs0rm4"))))
 | 
				
			||||||
    (build-system pyproject-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list python-jsonschema
 | 
					     (list python-jsonschema
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue