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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 396a6ce2da gnu: emacs-winum: Fix build.
396a6ce2da is described below

commit 396a6ce2da58a07d016f37e64c2b412ab22e31f5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Jan 2 20:26:27 2026 +0100

    gnu: emacs-winum: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-winum)[source, home-page]: Fix upstream 
URL.
    
    Change-Id: Ib5075ea7a91945ccb5e4757b0d4380a1801bce37
---
 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 ee9dd3cc79..b537601d4e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -46958,7 +46958,7 @@ or `header-line-format'.  For additional documentation, 
see info node
      (origin
        (method git-fetch)
        (uri (git-reference
-              (url "https://github.com/deb0ch/winum";)
+              (url "https://github.com/deb0ch/emacs-winum";)
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
@@ -46966,7 +46966,7 @@ or `header-line-format'.  For additional documentation, 
see info node
          "0v1qmw3svydk7dlqbcymy1g1bygkfpb2h4b97zdp12xvd8mww9ny"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-dash))
-    (home-page "https://github.com/deb0ch/winum";)
+    (home-page "https://github.com/deb0ch/emacs-winum";)
     (arguments (list #:tests? #f)) ; there are no tests
     (synopsis
      "Navigate windows and frames using numbers")

Reply via email to