From 4d443b09930da5db434a6fdeca513b2a264fe497 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 12 Oct 2021 08:56:20 +0200 Subject: gnu: emacs-direnv: Update to 2.2.0. * gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 2.2.0. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a828b2320a..3a37b16f1f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2927,7 +2927,7 @@ overlay below or above the point. Corfu can be considered the minimalistic (define-public emacs-direnv (package (name "emacs-direnv") - (version "2.1.0") + (version "2.2.0") (source (origin (method git-fetch) @@ -2936,7 +2936,7 @@ overlay below or above the point. Corfu can be considered the minimalistic (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0xkqn4604k2imas6azy1www56br8ls4iv9a44pxcd8h94j1fp44d")))) + (base32 "0cf5npgksl9a03mnfdhfdhlf46gr9qz9adjxz3dbckq9b1vl0dfc")))) (build-system emacs-build-system) (arguments `(#:phases -- cgit v1.2.3