mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-bayesicfitting: Update to 3.2.3.
* gnu/packages/astronomy.scm (python-bayesicfitting): Update to 3.2.3. Change-Id: I38431a8500d576d42eaf20f119695c4f1dd71bbc
This commit is contained in:
parent
0ec0f47b86
commit
f8b634ad0c
1 changed files with 2 additions and 2 deletions
|
@ -1904,7 +1904,7 @@ mining in astronomy.")
|
|||
(define-public python-bayesicfitting
|
||||
(package
|
||||
(name "python-bayesicfitting")
|
||||
(version "3.2.2")
|
||||
(version "3.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1913,7 +1913,7 @@ mining in astronomy.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15zl6r5agfc07lnkrr4qwzx0naql0jblh96j095jyqywd2qnhfsb"))))
|
||||
(base32 "0q7s7glf4b46vln67x7ggbpkbi4anyh3f3ldwafc2hggsrmx683q"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue