summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-15 15:52:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-15 17:16:48 +0200
commit7d87eede5d7b309d27556fc1614ceba98be2f577 (patch)
tree2d61fcc4f8d41afd32e526362dc2b2674f831018
parent3df63444f3542d32265990e6c91950bb0625ffec (diff)
gnu: network-manager-openvpn: Update to 1.8.10.
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 71a8be8a4e..f17bd941cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5488,7 +5488,7 @@ services.")
(package
(name "network-manager-openvpn")
;; Updating? Check whether network-manager-applet still needs libnm_gtk.
- (version "1.8.4")
+ (version "1.8.10")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5497,7 +5497,7 @@ services.")
"/NetworkManager-openvpn-" version ".tar.xz"))
(sha256
(base32
- "0gyrv46h9k17qym48qacq4zpxbap6hi17shn921824zm98m2bdvr"))))
+ "1vri49yff4lj13dnzkpq9nx3a4z1bmbrv807r151plj8m1mwhg5g"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")