gnu: python-fpylll: Update to 0.5.7.
* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.7. [source]: Revert from git to pypi.
This commit is contained in:
		
							parent
							
								
									5dec5f65ec
								
							
						
					
					
						commit
						89fefe2fd4
					
				
					 1 changed files with 4 additions and 9 deletions
				
			
		| 
						 | 
					@ -198,19 +198,14 @@ the real span of the lattice.")
 | 
				
			||||||
(define-public python-fpylll
 | 
					(define-public python-fpylll
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-fpylll")
 | 
					    (name "python-fpylll")
 | 
				
			||||||
    (version "0.5.2")
 | 
					    (version "0.5.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       ;; Pypi contains and older release, so we use a tagged release from
 | 
					       (method url-fetch)
 | 
				
			||||||
       ;; Github instead.
 | 
					       (uri (pypi-uri "fpylll" version))
 | 
				
			||||||
       (method git-fetch)
 | 
					 | 
				
			||||||
       (uri (git-reference
 | 
					 | 
				
			||||||
             (url "https://github.com/fplll/fpylll")
 | 
					 | 
				
			||||||
             (commit (string-append version "dev"))))
 | 
					 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1a25iibihph626jl4wbs4b77xc4a2c4nfc2ypscf9wpani3dnhjf"))))
 | 
					         "1xjqcwq90blgzvnbkbzdys8mdhi2b4li6faywm6yi8shxvz8iz0s"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list fplll gmp mpfr pari-gp))
 | 
					     (list fplll gmp mpfr pari-gp))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue