diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-29 15:04:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-29 15:05:26 +0100 |
commit | 9b6410b96aed1f51a4eae9d123358a1e41f54374 (patch) | |
tree | d4933e332c3252b3fc43c01866e2a62c2e33013e | |
parent | e14d7f20f4359b2ff744042fbcb41c9d4dab6781 (diff) | |
download | guix-9b6410b96aed1f51a4eae9d123358a1e41f54374.tar guix-9b6410b96aed1f51a4eae9d123358a1e41f54374.tar.gz |
gnu: qbittorrent: Update to 4.1.9.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.9.
-rw-r--r-- | gnu/packages/bittorrent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 416186409c..6b6998b323 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -416,7 +416,7 @@ desktops.") (define-public qbittorrent (package (name "qbittorrent") - (version "4.1.8") + (version "4.1.9") (source (origin (method git-fetch) @@ -425,7 +425,7 @@ desktops.") (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1mx59mazfmd5yaqdgb6cm8hr5sbp2xgzz3y3yipq1fwq85dj3r5w")))) + (base32 "044r3y3vvm2rqagmwlqlhvb4kkyqpkmpnlhv68hzkl3w5bvf8zl8")))) (build-system gnu-build-system) (arguments `(#:configure-flags |