guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-window-purpose: Update to 1.8.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-window-purpose: Update to 1.8.1.
Date: Thu, 01 Jul 2021 04:11:41 -0400

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 94821e1  gnu: emacs-window-purpose: Update to 1.8.1.
94821e1 is described below

commit 94821e11d18deb116d48a61c66c68400552ccce0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 1 10:10:09 2021 +0200

    gnu: emacs-window-purpose: Update to 1.8.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-window-purpose): Update to 1.8.1.
---
 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 d8c1f86..9a143d3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8806,7 +8806,7 @@ possible, and falls back to moving the left or top border 
otherwise.")
 (define-public emacs-window-purpose
   (package
     (name "emacs-window-purpose")
-    (version "1.8")
+    (version "1.8.1")
     (source
      (origin
        (method git-fetch)
@@ -8816,7 +8816,7 @@ possible, and falls back to moving the left or top border 
otherwise.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1bq0s56wj6ibyh625zfnisy8yniz72dpg4mcgq55azsbnd4fblqq"))))
+         "1cw513mh3gyl21qpmgwqjgpi8kwddmd4n69l4ax5a5pv3vvwrcx9"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-let-alist" ,emacs-let-alist)



reply via email to

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