diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-17 12:16:42 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:11 +0100 |
| commit | ce2abb117684fa011c83340ffd2bdaae0f80ff25 (patch) | |
| tree | 5cc7336e0312e36b05bc5641d2cf169300cc8ff3 /gnu/packages/python-xyz.scm | |
| parent | 6300356a426153a49e344a138b67ceb630d10463 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 231db7ff67..42995f5ffa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
