guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-transpose-frame: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-transpose-frame: Update to 0.2.0.
Date: Mon, 15 Feb 2021 12:32:46 -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 060ea69  gnu: emacs-transpose-frame: Update to 0.2.0.
060ea69 is described below

commit 060ea698b3c81426a99689396a7565a87815d022
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 15 18:31:49 2021 +0100

    gnu: emacs-transpose-frame: Update to 0.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Update to 0.2.0.
    [source]: Change URI to GitHub.
---
 gnu/packages/emacs-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 59adefe..d03eb3b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12656,15 +12656,16 @@ and supports the use of a mouse.")
 (define-public emacs-transpose-frame
   (package
     (name "emacs-transpose-frame")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
-       (method url-fetch)
-       (uri "https://www.emacswiki.org/emacs/download/transpose-frame.el";)
-       (file-name (string-append "transpose-frame-" version ".el"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/emacsorphanage/transpose-frame.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
+        (base32 "01j4ci0c52r2c31hc9r4p7nsb6s8blmvg50g9n5v5h3afjl1c35v"))))
     (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]