mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ntl: Update to 11.5.1.
* gnu/packages/algebra.scm (ntl): Update to 11.5.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9683a6203c
commit
2a428633a7
1 changed files with 2 additions and 2 deletions
|
@ -540,14 +540,14 @@ (define-public python-flint
|
||||||
(define-public ntl
|
(define-public ntl
|
||||||
(package
|
(package
|
||||||
(name "ntl")
|
(name "ntl")
|
||||||
(version "11.4.4")
|
(version "11.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://shoup.net/ntl/ntl-"
|
(uri (string-append "https://shoup.net/ntl/ntl-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nr1h27j2gdz6badzz9lk2pknxhdijqdxqhd3haryh0sw616wzwx"))
|
"12ka3hym4skg63mp8vgkin79svbpdk2m6i41yvmcdjq62g1hc391"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue