gnu: python-ccdproc: Update to 2.4.1.
* gnu/packages/astronomy.scm (python-ccdproc): Update to 2.4.1. [native-inputs]: Add python-semantic-version. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
		
							parent
							
								
									f9a94fee72
								
							
						
					
					
						commit
						7a66ffb4c8
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
					@ -1605,15 +1605,18 @@ Herschel.")
 | 
				
			||||||
(define-public python-ccdproc
 | 
					(define-public python-ccdproc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-ccdproc")
 | 
					    (name "python-ccdproc")
 | 
				
			||||||
    (version "2.4.0")
 | 
					    (version "2.4.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "ccdproc" version))
 | 
					       (uri (pypi-uri "ccdproc" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0fy1sni87cr05dkljd8wb7vgh7z9agh8wv5kiagxcpbcf8l06jv1"))))
 | 
					        (base32 "186plgfhrj7wivs053y65jlv1x33y8ii31jdr2rm4s6pl0j7x29z"))))
 | 
				
			||||||
    (build-system pyproject-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (native-inputs (list python-memory-profiler python-pytest-astropy))
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     (list python-memory-profiler
 | 
				
			||||||
 | 
					           python-pytest-astropy
 | 
				
			||||||
 | 
					           python-semantic-version))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list python-astropy
 | 
					     (list python-astropy
 | 
				
			||||||
           python-astroscrappy
 | 
					           python-astroscrappy
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue