(define-public hwi
(package
(name "hwi")
- (version "3.0.0")
+ (version "3.1.0")
(source
(origin
(method git-fetch)
(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)
- (arguments
- (list
- #:tests? #f))
(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))
+ (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)))
-(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)
(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