diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 03:25:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 05:02:51 +0200 |
commit | 9b9086ea82f8890f0cb228e1dca2fc16f8a56421 (patch) | |
tree | c2ae3d5e4b0d11ad92289561447ba9de74ddbac6 /gnu/packages | |
parent | 26daadb9c67818d1e94a8875ee97474448463b8a (diff) | |
download | patches-9b9086ea82f8890f0cb228e1dca2fc16f8a56421.tar patches-9b9086ea82f8890f0cb228e1dca2fc16f8a56421.tar.gz |
gnu: rmlint: Update to 2.9.0.
* gnu/packages/disk.scm (rmlint): Update to 2.9.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/disk.scm | 4 | ||||
-rw-r--r-- | gnu/packages/gsasl.scm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 187ef74b4e..cf53142533 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -760,7 +760,7 @@ LVM D-Bus API).") (define-public rmlint (package (name "rmlint") - (version "2.8.0") + (version "2.9.0") (source (origin (method git-fetch) (uri (git-reference @@ -769,7 +769,7 @@ LVM D-Bus API).") (file-name (git-file-name name version)) (sha256 (base32 - "1gc7gbnh0qg1kl151cv1ld87vhpm1v3pnkn7prhscdcc21jrg8nz")))) + "1b5cziam14h80xrfb285fmfrzz2rligxcpsq1xsig14xf4l2875i")))) (build-system scons-build-system) (arguments `(#:scons ,scons-python2 diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm index 127b476ef3..6cdc395ec5 100644 --- a/gnu/packages/gsasl.scm +++ b/gnu/packages/gsasl.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2012 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; |