guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0e63adafe1880eed2d1082574e53d63b0affd1ab
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Jun 21 20:15:13 2025 -0300

    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 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

Reply via email to