gnu: xl2tpd: Update to 1.3.15.

* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.15.
This commit is contained in:
Efraim Flashner 2019-10-15 23:30:28 +03:00
parent 0309e004e9
commit 1f3700a43c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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