gnu: xl2tpd: Update to 1.3.16.

* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.16.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-04 22:07:48 +01:00
parent 831365c6c1
commit c346951386
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -634,7 +634,7 @@ (define-public wireguard
(define-public xl2tpd
(package
(name "xl2tpd")
(version "1.3.15")
(version "1.3.16")
(source (origin
(method git-fetch)
(uri (git-reference
@ -643,7 +643,7 @@ (define-public xl2tpd
(file-name (git-file-name name version))
(sha256
(base32
"0ppwza8nwm1av1vldw40gin9wrjrs4l9si50jad414js3k8ycaag"))))
"0is5ccrvijz0pfm45pfrlbb9y8231yz3c4zqs8mkgakl9rxajy6l"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "PREFIX=" %output)