guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 720b84270ee247c206ef2e65aa3de763271fe515
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Mar 17 12:16:42 2026 +0000
gnu: python-openstep-plist: Update to 0.5.2.
* gnu/packages/python-xyz.scm (python-openstep-plist): Update to 0.5.2.
[native-inputs]: Remove python-cython-0; add python-cython.
Change-Id: I8fa859a2ef0fd156c90773a5aced929b6335214c
---
gnu/packages/python-xyz.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4e1724e476..073131765d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17091,19 +17091,22 @@ reading and writing MessagePack data.")
(define-public python-openstep-plist
(package
(name "python-openstep-plist")
- (version "0.3.0")
+ (version "0.5.2")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/fonttools/openstep-plist")
- (commit (string-append "v" version))))
+ (url "https://github.com/fonttools/openstep-plist")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rxjgzh0p069ncsr2986rn32vhdqyq35irbqg2559jh18456mkca"))))
+ (base32 "0h6d9cm3chfwf05jdw5axf9ck38kpcsyj16bkdh5ipkgz3x4mwr6"))))
(build-system pyproject-build-system)
- (native-inputs (list python-cython-0 python-pytest python-setuptools-scm
- python-setuptools))
+ (native-inputs
+ (list python-cython
+ python-pytest
+ python-setuptools-scm
+ python-setuptools))
(home-page "https://github.com/fonttools/openstep-plist")
(synopsis "OpenStep plist parser and writer")
(description