From 8cfc405bc19b5468a7c991271a61d46e99537c8f Mon Sep 17 00:00:00 2001
From: tecnovert <tecnovert@tecnovert.net>
Date: Mon, 14 Apr 2025 20:19:58 +0200
Subject: [PATCH] guix: Update packed version.

---
 guix.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/guix.scm b/guix.scm
index 40909e9..a6bb488 100644
--- a/guix.scm
+++ b/guix.scm
@@ -21,6 +21,7 @@
 #:use-module (gnu packages python-check)
 #:use-module (gnu packages python-crypto)
 #:use-module (gnu packages python-science)
+#:use-module (gnu packages python-web)
 #:use-module (gnu packages python-xyz)
 #:use-module (gnu packages libffi)
 #:use-module (gnu packages license))
@@ -114,15 +115,15 @@
 (define-public basicswap
 (package
   (name "basicswap")
-  (version "0.14.3")
+  (version "0.14.4")
   (source (origin
     (method git-fetch)
     (uri (git-reference
       (url "https://github.com/basicswap/basicswap")
-      (commit "3b60472c04a58f26e33665f0eb0e88a558050c74")))
+      (commit "3c18a3ed26222bac22a9c15795bd8c6fae0b01ba")))
     (sha256
       (base32
-        "0xrli8mzigm0ryn28y28xvy4gc0358ck2036ncx5f1sj5s8dwfkh"))
+        "02mwyklcw9320crcm8laiw4ba24xrazbg48whvdxnbmarcbipkd3"))
     (file-name (git-file-name name version))))
   (build-system pyproject-build-system)
 
@@ -145,7 +146,8 @@
     python-pyzmq
     python-gnupg
     python-jinja2
-    python-pysocks))
+    python-pysocks
+    python-websocket-client))
   (native-inputs
    (list
     python-hatchling