This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7a544d6882 gnu: sshuttle: Update to 1.3.2.
7a544d6882 is described below

commit 7a544d68825c25512f4927887364493657323060
Author: Baptiste Strazzulla <[email protected]>
AuthorDate: Thu Aug 21 15:52:12 2025 +0200

    gnu: sshuttle: Update to 1.3.2.
    
    * gnu/packages/vpn.scm (sshuttle): Update to 1.3.2
    [native-inputs]: Add python-hatchling; remove python-poetry-core.
    
    Merges guix/guix!2160
    
    Change-Id: Ia293e3c545e9cf19dde9cef91cd3758d398c4a68
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/vpn.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 138f219402..09d6f88857 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -1176,7 +1176,7 @@ private network between hosts on the internet.")
 (define-public sshuttle
   (package
     (name "sshuttle")
-    (version "1.1.2")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -1185,7 +1185,7 @@ private network between hosts on the internet.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01hd7z7gxkc2bjxndnv5dw1x98qcakxli9k8w285iq2b7d786f7f"))))
+        (base32 "0v4z2w5kcrqkxsz1pgs1sqm1kx4yismjana2lxsq5zyfs3vn3y26"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:modules
@@ -1224,8 +1224,8 @@ private network between hosts on the internet.")
     (native-inputs
      (list python-setuptools-scm
            ;; For tests only.
+           python-hatchling
            python-mock
-           python-poetry-core
            python-pytest-cov
            python-pytest-runner
            ;; For documentation only.

Reply via email to