me
/
guix
Archived
1
0
Fork 0

gnu: python-curtsies: Update to 0.4.1.

* gnu/packages/terminals.scm (python-curtsies): Update to 0.4.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Paul A. Patience 2023-06-20 14:06:03 +00:00 committed by Christopher Baines
parent 95af7f7c9b
commit 6d2ca5dd04
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -1150,13 +1150,13 @@ than a terminal.")
(define-public python-curtsies
(package
(name "python-curtsies")
(version "0.4.0")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "curtsies" version))
(sha256
(base32 "1zj284kacv0d10ab3amkkx37hcciylkqympsksi9bwzy6g7fyafb"))))
(base32 "1c122vgfsvksxkd41g2vij6hjsz97ikg59snclq4af2mkhs0zlb2"))))
(build-system python-build-system)
(arguments
`(#:phases