diff options
-rw-r--r-- | battering/packages/cryptocurrency.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/battering/packages/cryptocurrency.scm b/battering/packages/cryptocurrency.scm index ab90d21..ea8d413 100644 --- a/battering/packages/cryptocurrency.scm +++ b/battering/packages/cryptocurrency.scm @@ -13,6 +13,7 @@ #:use-module (gnu packages crypto) #:use-module (gnu packages dns) #:use-module (gnu packages documentation) + #:use-module (gnu packages freedesktop) #:use-module (gnu packages graphviz) #:use-module (gnu packages libusb) #:use-module (gnu packages pkg-config) @@ -54,14 +55,14 @@ (define-public feather (package (name "feather") - (version "2.7.0") + (version "2.8.1") (source (origin (method url-fetch) (uri (string-append "https://featherwallet.org/files/releases/source/feather-" version ".tar.gz")) (sha256 - (base32 "1ia35czdvw3h5l9aby5kkddld6zb4m0lvlvap6mpds50qzgi4219")))) + (base32 "07i9qkl1rrsmz4c5rdrjn1lsdkd813faxrln7kk8vg1s2b2wpf0x")))) (build-system cmake-build-system) (native-inputs (list pkg-config python @@ -82,8 +83,10 @@ libxkbcommon vulkan-headers qtsvg + qtwayland qtwebsockets qtmultimedia + wayland libsodium)) (arguments (list #:tests? #f #:configure-flags |