mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: python-clorm: Update to 1.6.1.
* gnu/packages/potassco.scm (python-clorm): Update to 1.6.1.
This commit is contained in:
parent
dab4770613
commit
fa3d3a0343
1 changed files with 2 additions and 2 deletions
|
|
@ -625,7 +625,7 @@ are already predefined, but more can be added as logic programs.")
|
|||
(define-public python-clorm
|
||||
(package
|
||||
(name "python-clorm")
|
||||
(version "1.5.0")
|
||||
(version "1.6.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -634,7 +634,7 @@ are already predefined, but more can be added as logic programs.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wbxniq60ph7bdaypcaahym7jxmlnm2zhrfmrgrk441i1iaida24"))))
|
||||
"03a7kcyilpvvd6i6njh67vy3zhb3yzi55fhgnffg15j3zflww6fy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue