gnu: nzbget: Update to 21.1.
* gnu/packages/networking.scm (nzbget): Update to 21.1. [source]: Remove upstreamed snippet.
This commit is contained in:
parent
ddc9da2ba9
commit
cd6c61f8c8
@ -2451,7 +2451,7 @@ gone wild and are suddenly taking up your bandwidth.")
|
|||||||
(define-public nzbget
|
(define-public nzbget
|
||||||
(package
|
(package
|
||||||
(name "nzbget")
|
(name "nzbget")
|
||||||
(version "21.0")
|
(version "21.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -2459,16 +2459,7 @@ gone wild and are suddenly taking up your bandwidth.")
|
|||||||
"/download/v" version
|
"/download/v" version
|
||||||
"/nzbget-" version "-src.tar.gz"))
|
"/nzbget-" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "09900x1k0yf4yi2cc0k093advvadyhrkm8rnd8nszhhdp2zc33sf"))))
|
||||||
"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))))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
Loading…
Reference in New Issue
Block a user