guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: emacs-transpose-frame: Update to 0.2.1.


From: guix-commits
Subject: 07/07: gnu: emacs-transpose-frame: Update to 0.2.1.
Date: Fri, 16 Sep 2022 15:13:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e8fac28b9b1fee6c4327cc93eabf630ddae99b59
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 16 13:15:10 2022 +0200

    gnu: emacs-transpose-frame: Update to 0.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Update to 0.2.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 71b1fc5818..d99df6cc69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15755,7 +15755,7 @@ gnugo-image-display-mode}.")
 (define-public emacs-transpose-frame
   (package
     (name "emacs-transpose-frame")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -15764,7 +15764,7 @@ gnugo-image-display-mode}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01j4ci0c52r2c31hc9r4p7nsb6s8blmvg50g9n5v5h3afjl1c35v"))))
+        (base32 "0m9jmfwwhgkwxbq3y000ymx7parbgqr7gq3yjm2wh1ll747gv51y"))))
     (build-system emacs-build-system)
     (home-page "https://www.emacswiki.org/emacs/TransposeFrame";)
     (synopsis "Transpose window arrangement in current frame")



reply via email to

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