From 0e63adafe1880eed2d1082574e53d63b0affd1ab Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 21 Jun 2025 20:15:13 -0300 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index eda7c2dddecd9fa518e0b5dd0241ecf1a7111a46..24e1dd1d556195ff023e664bb0e4deb41a3a403d 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