mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-winum: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-winum)[source, home-page]: Fix upstream URL. Change-Id: Ib5075ea7a91945ccb5e4757b0d4380a1801bce37
This commit is contained in:
parent
a61211c983
commit
396a6ce2da
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue