hwi: bump to 3.1.0 master
authoralex <[email protected]>
Sun, 16 Mar 2025 01:09:52 +0000 (18:09 -0700)
committeralex <[email protected]>
Sun, 16 Mar 2025 01:09:52 +0000 (18:09 -0700)
infiniteadaptability/bitcoin.scm

index ae7d0166c0d36a10f19afb18473c81a08b56b0da..1d0990e3c936bcf63050fd030045562a58319692 100644 (file)
@@ -22,7 +22,7 @@
 (define-public hwi
   (package
     (name "hwi")
 (define-public hwi
   (package
     (name "hwi")
-    (version "3.0.0")
+    (version "3.1.0")
     (source
      (origin
        (method git-fetch)
     (source
      (origin
        (method git-fetch)
              (url "https://github.com/bitcoin-core/hwi")
              (commit version)))
        (sha256
              (url "https://github.com/bitcoin-core/hwi")
              (commit version)))
        (sha256
-        (base32 "1qyxj2z781l7d6vd2frpw4mg8xzbf032b92bc70k9zdpkkfhg4w6"))
+        (base32 "07ydkq51zj4rzaq5z5xzjz7ca6hdvd5aasmisnypzyacxsvry2mi"))
        (file-name (git-file-name name version))))
     (build-system pyproject-build-system)
        (file-name (git-file-name name version))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:tests? #f))
     (propagated-inputs (list python-ecdsa
                              python-cbor2-5.6.1
                              python-hidapi-0.14.0
     (propagated-inputs (list python-ecdsa
                              python-cbor2-5.6.1
                              python-hidapi-0.14.0
                              python-typing-extensions))
     (inputs (list libusb eudev trezord-udev-rules))
     (native-inputs (list poetry python-pytest))
                              python-typing-extensions))
     (inputs (list libusb eudev trezord-udev-rules))
     (native-inputs (list poetry python-pytest))
+    (arguments
+     (list
+      #:tests? #f))
     (home-page "https://github.com/bitcoin-core/hwi")
     (synopsis "Command line tool for interacting with hardware wallets")
     (description
      "Provides a standard way for software to work with hardware wallets without needing to implement device specific drivers")
     (license license:expat)))
 
     (home-page "https://github.com/bitcoin-core/hwi")
     (synopsis "Command line tool for interacting with hardware wallets")
     (description
      "Provides a standard way for software to work with hardware wallets without needing to implement device specific drivers")
     (license license:expat)))
 
-(define-public python-noiseprotocol
-  (package
-    (name "python-noiseprotocol")
-    (version "0.3.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "noiseprotocol" version))
-       (sha256
-        (base32 "0ifnj0mpbqsfqba9n12vf5yzxj4qf2gxql3ry43qyshgnrqsi4mh"))))
-    (build-system pyproject-build-system)
-    (propagated-inputs (list python-cryptography))
-    (home-page "https://github.com/plizonczyk/noiseprotocol")
-    (synopsis "Implementation of Noise Protocol Framework")
-    (description "Implementation of Noise Protocol Framework")
-    (license license:expat)))
-
 (define python-semver-3.0.2
   (package
     (inherit python-semver)
 (define python-semver-3.0.2
   (package
     (inherit python-semver)
@@ -82,7 +65,9 @@
        (uri (pypi-uri "semver" version))
        (sha256
         (base32 "1k5lba437cgzkr5zp230508w856lpi973ynjzqdfbxkhkjrsslv2"))))
        (uri (pypi-uri "semver" version))
        (sha256
         (base32 "1k5lba437cgzkr5zp230508w856lpi973ynjzqdfbxkhkjrsslv2"))))
-    (build-system pyproject-build-system)))
+    (build-system pyproject-build-system)
+    (native-inputs (modify-inputs (package-native-inputs python-semver)
+                     (append python-setuptools python-wheel)))))
 
 (define python-protobuf-4.25.2
   (package
 
 (define python-protobuf-4.25.2
   (package