gnu: python-astropy: Update to 5.2.1.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									7375f6ca0e
								
							
						
					
					
						commit
						e858cd9105
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -984,13 +984,13 @@ accurately in real time at any rate desired.") | ||||||
| (define-public python-astropy | (define-public python-astropy | ||||||
|   (package |   (package | ||||||
|     (name "python-astropy") |     (name "python-astropy") | ||||||
|     (version "5.1.1") |     (version "5.2.1") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "astropy" version)) |        (uri (pypi-uri "astropy" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "10dxjim60ch4qznqa5s63q936mkvy95p0k26kcwzv43hmybdcjxs")) |         (base32 "08xc6brs7xwiqchhsjq8l10p6qc5p68cfxps7s889spqfyh2gbpn")) | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|        (snippet |        (snippet | ||||||
|         '(begin |         '(begin | ||||||
|  |  | ||||||
		Reference in a new issue