guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-fullframe: Update to 0.5.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-fullframe: Update to 0.5.1.
Date: Tue, 23 Nov 2021 04:22: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 4788639  gnu: emacs-fullframe: Update to 0.5.1.
4788639 is described below

commit 47886391c52e2236d0da0bdd3fd3fc5b3582d67b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 23 10:21:41 2021 +0100

    gnu: emacs-fullframe: Update to 0.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-fullframe): Update to 0.5.1.
    [source]: Update URI.
    [home-page]: Update home-page accordingly.
---
 gnu/packages/emacs-xyz.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4fe1633..f4e484d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27387,22 +27387,22 @@ each slide with left/right keys.")
 (define-public emacs-fullframe
   (package
     (name "emacs-fullframe")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/tomterl/fullframe";)
+             (url "https://git.sr.ht/~tomterl/fullframe";)
              (commit version)))
        (sha256
-        (base32
-         "0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi"))
+        (base32 "1q276p3bagx9fhzyzjmz449f95k1z287x4p34980d06klj11lrab"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
-    (home-page "https://github.com/tomterl/fullframe";)
+    (home-page "https://git.sr.ht/~tomterl/fullframe";)
     (synopsis "Generalized automatic execution in a single frame")
-    (description "This library provides helpers for single-window-per-frame
-execution of buffer-exposing commands.")
+    (description
+     "This library provides helpers for single-window-per-frame execution of
+buffer-exposing commands.")
     (license license:gpl3+)))
 
 (define-public emacs-eshell-toggle



reply via email to

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