gnu: python-asdf-zarr: Update to 0.0.4.
* gnu/packages/astronomy.scm (python-asdf-zarr): Update to 0.0.4. Change-Id: I4bb166d2b2c89d9159a52da91ea581a0c41614e1
This commit is contained in:
		
							parent
							
								
									4e51c1d35f
								
							
						
					
					
						commit
						a0e804c2db
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4832,13 +4832,13 @@ install an implementation package such as asdf-astropy.")
 | 
			
		|||
(define-public python-asdf-zarr
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-asdf-zarr")
 | 
			
		||||
    (version "0.0.3")
 | 
			
		||||
    (version "0.0.4")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "asdf_zarr" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0ax7c9xarh6fi2yxm1z2p90mc3d57q23a7wc8av30xg8ririrl4s"))))
 | 
			
		||||
        (base32 "0xddz4hnsypyvqxhi43alaqh2vl1ripcl4p63qn6dk2v90lra8c0"))))
 | 
			
		||||
    (build-system pyproject-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list python-asdf python-fsspec python-zarr))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue