diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:10 +0100 |
commit | bd3e72b79ffde6ffc65a4bbfab9a365477e80c55 (patch) | |
tree | 3f47f1e40203bf2ab925a5df67ad2e0170ba43a5 /gnu/packages | |
parent | 6dcd6fecba3691658b49751d21fe3bb1aa43183e (diff) |
gnu: earlyoom: Update to 1.7.
* gnu/packages/linux.scm (earlyoom): Update to 1.7.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 18d53d3e5c..409b034f58 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4024,7 +4024,7 @@ from the module-init-tools project.") (define-public earlyoom (package (name "earlyoom") - (version "1.6.2") + (version "1.7") (source (origin (method git-fetch) (uri (git-reference @@ -4033,7 +4033,7 @@ from the module-init-tools project.") (file-name (git-file-name name version)) (sha256 (base32 - "16iyn51xlrsbshc7p5xl2338yyfzknaqc538sa7mamgccqwgyvvq")))) + "1xqrs6wz59ks76hdgfd4vaj010kbvllilgam2xxyn0g56kai71zi")))) (build-system gnu-build-system) (arguments (list |