guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-use-package: Update to 2.4.1


From: guix-commits
Subject: branch master updated: gnu: emacs-use-package: Update to 2.4.1
Date: Wed, 11 Nov 2020 05:02:34 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7135dc3  gnu: emacs-use-package: Update to 2.4.1
7135dc3 is described below

commit 7135dc36e00919c7f64aa5fa85d6b7e61f26a277
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Wed Nov 11 10:48:30 2020 +0300

    gnu: emacs-use-package: Update to 2.4.1
    
    * gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95e060f..328a3f3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11131,7 +11131,7 @@ abbreviation of the mode line displays (lighters) of 
minor modes.")
 (define-public emacs-use-package
   (package
     (name "emacs-use-package")
-    (version "2.4")
+    (version "2.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -11140,7 +11140,7 @@ abbreviation of the mode line displays (lighters) of 
minor modes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"))))
+                "088kl3bml0rs5bkfymgzr15ram9qvy66h1kaisrbkynh0yxvf8g9"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]