mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-openturns: Update to 1.21.1.
* gnu/packages/statistics.scm (python-openturns): Update to 1.21.1.
This commit is contained in:
parent
a55c3110be
commit
9642b1c7af
1 changed files with 2 additions and 2 deletions
|
@ -2374,7 +2374,7 @@ (define-public python-statsmodels
|
|||
(define-public python-openturns
|
||||
(package
|
||||
(name "python-openturns")
|
||||
(version "1.21")
|
||||
(version "1.21.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2383,7 +2383,7 @@ (define-public python-openturns
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05lbx8npvvk7jyakvfpgi9ggdp6cnzwv2hjmjrkji2s42axv0q6d"))))
|
||||
(base32 "147pyh7j5nqp9bl9hfikcfzqj5qp95an0qrna9g5qq07md13c3if"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue