mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: emacs-function-args: Fix hash.
* gnu/packages/emacs-xyz.scm (emacs-function-args)[source]: Fix hash.
This commit is contained in:
parent
4a9dd8607f
commit
4413512293
1 changed files with 1 additions and 1 deletions
|
@ -11170,7 +11170,7 @@ (define-public emacs-function-args
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vxrjy6k030hcbclblgcaaw7h6k17kl3n9zla08527525c0gma01"))))
|
||||
"1j92ll2afvcp891fxra3sawxg000cs3ra01wxksiil2dg5zpzzkn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-ivy))
|
||||
(home-page "https://github.com/abo-abo/function-args")
|
||||
|
|
Loading…
Reference in a new issue