diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-21 20:15:13 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-21 23:27:34 -0300 |
| commit | 0e63adafe1880eed2d1082574e53d63b0affd1ab (patch) | |
| tree | 398682f8ddfadf089128ebffefacb12cde5ce8c4 /gnu/packages/python-xyz.scm | |
| parent | 64127f9fd1b1ffb6bf116724846c351e0dc1ad8b (diff) | |
gnu: python-diceware: Update to 1.0.1.
* gnu/packages/python-xyz.scm (python-diceware): Update to 1.0.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-coverage, python-pytest-runner. Add
python-setuptools, python-wheel.
Change-Id: If8bed9b7a84685efa7f5a2e64dd1e6419d14617e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index eda7c2ddde..24e1dd1d55 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -33513,17 +33513,17 @@ register external CLI commands via setuptools entry-points.") (define-public python-diceware (package (name "python-diceware") - (version "0.9.6") + (version "1.0.1") (source (origin (method url-fetch) (uri (pypi-uri "diceware" version)) (sha256 (base32 - "0klb0ysybzlh2wihvir82hgq62v0jjmlcqklwajyms7c0p529yby")))) - (build-system python-build-system) + "0fb61yfqapygnpqawf3z286llkc0qfh1b3m1hlqanmhcky091djl")))) + (build-system pyproject-build-system) (native-inputs - (list python-coverage python-pytest python-pytest-runner)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/ulif/diceware/") (synopsis "Generates memorable passphrases") (description "This package generates passphrases by concatenating words |
