gnu: python-plingo: Update to 1.1.0.

* gnu/packages/potassco.scm (python-plingo): Update to 1.1.0.
This commit is contained in:
Liliana Marie Prikler 2024-02-24 09:01:24 +01:00
parent 9c2c2f4fe4
commit d694062fb5
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -482,7 +482,7 @@ into Python programs easier.")
(define-public python-plingo (define-public python-plingo
(package (package
(name "python-plingo") (name "python-plingo")
(version "1.0.0") (version "1.1.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -491,7 +491,7 @@ into Python programs easier.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1mp0pdjzwpl7bpba20iwszx9x49gsyl2rhrp7w7xpwjqdjrp23r8")))) "0bdz755c6isp29layvzsw9c4kr12x7b5d8ip37ay3cl4dlq4bid3"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:phases (list #:phases