diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 23:18:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:39 +0200 |
commit | 6302b5dafe74aeb17f447af0c76c0afb6888a747 (patch) | |
tree | 089b2d8c6d35aa7381ca5353d3cc35a951f91fbd /gnu | |
parent | 91982acc4fd6a36c5c53bd313e3c916a914e46ff (diff) | |
download | patches-6302b5dafe74aeb17f447af0c76c0afb6888a747.tar patches-6302b5dafe74aeb17f447af0c76c0afb6888a747.tar.gz |
gnu: nfs-utils: Update to 2.4.3.
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/nfs.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm index 45ed181b03..f3015ef79a 100644 --- a/gnu/packages/nfs.scm +++ b/gnu/packages/nfs.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2017, 2018 Leo Famulari <leo@famulari.name> ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -45,7 +46,7 @@ (define-public nfs-utils (package (name "nfs-utils") - (version "2.4.2") + (version "2.4.3") (source (origin (method url-fetch) (uri (string-append @@ -53,7 +54,7 @@ "/nfs-utils-" version ".tar.xz")) (sha256 (base32 - "0f0hm8jq1p5gra55v621qpbb3mryakaikzpy5znkvxym0dx76r24")))) + "16b5y82cjy1cvijg5zmdvivc6sfdlv2slyynxbwwyw43vpjzqrdg")))) (build-system gnu-build-system) (arguments `(#:configure-flags |