mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-rustic: Update to 2.1.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.1.
This commit is contained in:
parent
563354db48
commit
d24333c29c
1 changed files with 2 additions and 2 deletions
|
@ -21885,7 +21885,7 @@ source code.")
|
||||||
(define-public emacs-rustic
|
(define-public emacs-rustic
|
||||||
(package
|
(package
|
||||||
(name "emacs-rustic")
|
(name "emacs-rustic")
|
||||||
(version "2.0")
|
(version "2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21894,7 +21894,7 @@ source code.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x06lp0c656zm07n28lnkqp678y4f9zkd9n5m0lramndllrpk3x2"))))
|
(base32 "0nklqpd24s83ng34xrm4rp80sbylajikj6svz1c6j721pz9crxg9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue