gnu: rmlint: Update to 2.9.0.

* gnu/packages/disk.scm (rmlint): Update to 2.9.0.
master
Tobias Geerinckx-Rice 2019-08-26 03:25:34 +02:00
parent 26daadb9c6
commit 9b9086ea82
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.
;;;