mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xl2tpd: Update to 1.3.16.
* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.16.
This commit is contained in:
parent
831365c6c1
commit
c346951386
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue