summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2023-01-13 20:49:25 -0600
committerbitcoinlizard2023-01-13 20:49:25 -0600
commitd4e3501d05e5823ca063bc6fedadc86f8cf0cae0 (patch)
tree650e9aad2064d64f75d0b60afc74a3f0f82fe97a /PKGBUILD
parent2921ce2e84e4911f8aa5cd9afeaef0ab2ae56e0b (diff)
downloadaur-d4e3501d05e5823ca063bc6fedadc86f8cf0cae0.tar.gz
upgpkg: python-hwilib 2.2.0: upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f501c7897faf..1e5d0d41b428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitcoinlizard <bitcoinlizard@fastmail.com>
pkgname=python-hwilib
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="The Bitcoin Hardware Wallet Interface is a Python library and command line tool for interacting with hardware wallets."
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'libusb' 'systemd-libs' 'pyside2' 'pyside2-tools' 'python-libu
source=("https://github.com/bitcoin-core/HWI/archive/refs/tags/${pkgver}.tar.gz"
"generate-ui.patch")
-sha256sums=('f4a6225d2dc18e4fb94632fa68617bf9a7d00337b6ad657e48a7255cf3a3ea1d'
+sha256sums=('cfde8f5b9e6d1399d8dfc11799cf151291be01ec9460edac911700ac9fea256a'
'6785afd23f30cf2f98f796896f131eed869b3e4d3ea25ed57ba0eac5c53ec165')
prepare() {