diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-05 18:44:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-05 19:01:08 +0200 |
commit | cd6c61f8c8a411a53047714256eacde63635f9a2 (patch) | |
tree | 2de4d8699bae620bb43a56d0391e444bf911aa10 /gnu/packages | |
parent | ddc9da2ba99e65e2bcc29683b2312c0a6afc0b5b (diff) |
gnu: nzbget: Update to 21.1.
* gnu/packages/networking.scm (nzbget): Update to 21.1.
[source]: Remove upstreamed snippet.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 804a951eb7..ff28ad7233 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2451,7 +2451,7 @@ gone wild and are suddenly taking up your bandwidth.") (define-public nzbget (package (name "nzbget") - (version "21.0") + (version "21.1") (source (origin (method url-fetch) @@ -2459,16 +2459,7 @@ gone wild and are suddenly taking up your bandwidth.") "/download/v" version "/nzbget-" version "-src.tar.gz")) (sha256 - (base32 - "0lwd0pfrs4a5ms193hgz2qiyf7grrc925dw6y0nfc0gkp27db9b5")) - (modules '((guix build utils))) - (snippet - ;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>. - '(begin - (substitute* "daemon/connect/TlsSocket.cpp" - (("gnutls_certificate-verification_status_print") - "gnutls_certificate_verification_status_print")) - #t)))) + (base32 "09900x1k0yf4yi2cc0k093advvadyhrkm8rnd8nszhhdp2zc33sf")))) (arguments `(#:configure-flags (list |