~ruther/guix-local

396a6ce2da58a07d016f37e64c2b412ab22e31f5 — Nicolas Goaziou a month ago a61211c
gnu: emacs-winum: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-winum)[source, home-page]: Fix upstream URL.

Change-Id: Ib5075ea7a91945ccb5e4757b0d4380a1801bce37
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 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")