gnu: emacs-ht: Update to 2.3.
* gnu/packages/emacs-xyz.scm (emacs-ht): Update to 2.3.master
parent
30649baead
commit
e62dca7aa5
|
@ -11120,7 +11120,7 @@ procedures for emacs-lisp-mode.")
|
||||||
(define-public emacs-ht
|
(define-public emacs-ht
|
||||||
(package
|
(package
|
||||||
(name "emacs-ht")
|
(name "emacs-ht")
|
||||||
(version "2.2")
|
(version "2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11129,7 +11129,7 @@ procedures for emacs-lisp-mode.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
|
(base32 "0can9v336lgnq0q2ha3js0565jzp3dlwwqxhcbx5swk5kp148f07"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-dash" ,emacs-dash)))
|
(propagated-inputs `(("emacs-dash" ,emacs-dash)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue