gnu: emacs-rustic: Update to 3.3.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.3.
parent
d53201ba65
commit
6e7c6b3677
|
@ -23058,7 +23058,7 @@ source code.")
|
||||||
(define-public emacs-rustic
|
(define-public emacs-rustic
|
||||||
(package
|
(package
|
||||||
(name "emacs-rustic")
|
(name "emacs-rustic")
|
||||||
(version "3.2")
|
(version "3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23067,7 +23067,7 @@ source code.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "000awxvnwxg2hmhhn6yd9pnvflr91npfs2v1p5y7hcwg1d6mmvgk"))))
|
(base32 "088g6arlbq7czxyg5f31zmcm0gla7qh4vapaaskf6866yyqhizvb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash
|
(list emacs-dash
|
||||||
|
|
Reference in New Issue