gnu: python-poppy: Update to 1.1.1.
* gnu/packages/astronomy.scm (python-poppy): Update to 1.1.1. Signed-off-by: Vinicius Monego <monego@posteo.net>
This commit is contained in:
		
							parent
							
								
									264d08fdc4
								
							
						
					
					
						commit
						0f4867667f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1675,13 +1675,13 @@ Low-Earth Orbit (LEO).")
 | 
				
			||||||
(define-public python-poppy
 | 
					(define-public python-poppy
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-poppy")
 | 
					    (name "python-poppy")
 | 
				
			||||||
    (version "1.0.3")
 | 
					    (version "1.1.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (pypi-uri "poppy" version))
 | 
					              (uri (pypi-uri "poppy" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "050cn6aabd1dxbi7zihbqnkl79hz6q6d5n6g25zmrpvc4sii171m"))))
 | 
					                "0s8rb61q8dz66s8d3qg44kb6bb5gi40zl41ik9wyccgb4kyf3brp"))))
 | 
				
			||||||
    (build-system pyproject-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     ;; XXX: With python-synphot (marked as optional) package added to the list
 | 
					     ;; XXX: With python-synphot (marked as optional) package added to the list
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue