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
|
(define-public python-bayesicfitting
|
||||||
(package
|
(package
|
||||||
(name "python-bayesicfitting")
|
(name "python-bayesicfitting")
|
||||||
(version "3.2.2")
|
(version "3.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1913,7 +1913,7 @@ mining in astronomy.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15zl6r5agfc07lnkrr4qwzx0naql0jblh96j095jyqywd2qnhfsb"))))
|
(base32 "0q7s7glf4b46vln67x7ggbpkbi4anyh3f3ldwafc2hggsrmx683q"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue