guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 915bbe9a8d8260d01a7b96a95aeb79df0825e76d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Aug 12 10:51:49 2025 +0100

    gnu: python-pyperclip: Update to 1.9.0.
    
    * gnu/packages/xdisorg.scm (python-pyperclip): Update to 1.9.0.
      [buld-system]: Use pyproject.
      [native-inputs]: Add python-setuptools-next.
    
    Change-Id: I805478a4b6163c686ebcd9802a3f138311ab0285
---
 gnu/packages/xdisorg.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1af8930ce1..fcb4f4bfa3 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2851,17 +2851,18 @@ both binary and text data.")
 (define-public python-pyperclip
   (package
     (name "python-pyperclip")
-    (version "1.8.2")
+    (version "1.9.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pyperclip" version))
         (sha256
-         (base32
-          "0mxzm43z2anr55gyz7awagvam4d5c2rlxhp9hjyg0d29n2l58lhh"))))
-    (build-system python-build-system)
+         (base32 "046k4wjmwjprra363fa8nm925f90m6fs3vh7fmfgq6y8vm103pmp"))))
+    (build-system pyproject-build-system)
     (arguments
      '(#:tests? #f)) ; Not clear how to make tests pass.
+    (native-inputs
+     (list python-setuptools-next))
     (inputs
      (list xclip xsel))
     (home-page "https://github.com/asweigart/pyperclip";)

Reply via email to