mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-openturns: Update to 1.21.3.
* gnu/packages/statistics.scm (python-openturns): Update to 1.21.3. Change-Id: I6e86d60e0b0d26672d2bce08998f2a1af5dff14e
This commit is contained in:
parent
295179f410
commit
28924df948
1 changed files with 2 additions and 2 deletions
|
@ -2397,7 +2397,7 @@ (define-public python-statsmodels
|
|||
(define-public python-openturns
|
||||
(package
|
||||
(name "python-openturns")
|
||||
(version "1.21.1")
|
||||
(version "1.21.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2406,7 +2406,7 @@ (define-public python-openturns
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "147pyh7j5nqp9bl9hfikcfzqj5qp95an0qrna9g5qq07md13c3if"))))
|
||||
(base32 "0nf77p6zv2br23n3c0yidnclb0234ni07y67h1h1f2bng4kdn8jp"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue