1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-05 10:21:30 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-03-17 12:16:42 +00:00
parent 1ec9861fe9
commit 21555b5083
+9 -6
View File
@@ -17562,19 +17562,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