mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-forge: Update to 0.4.3.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.3. Change-Id: I6c03b86be15ffa3772e3734a5a3b075a390b6182
This commit is contained in:
parent
8b6db0fa97
commit
9ba254c7b9
1 changed files with 2 additions and 2 deletions
|
@ -32424,7 +32424,7 @@ (define-public emacs-transient
|
|||
(define-public emacs-forge
|
||||
(package
|
||||
(name "emacs-forge")
|
||||
(version "0.4.1")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -32433,7 +32433,7 @@ (define-public emacs-forge
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1kn3n1a6gdsd0l2v831sh43cly4p8s1snn494gdd23cw4jkk3qsv"))))
|
||||
(base32 "1hygvyjpbbgv779rypy65qwq55gddbc5wz2j19h05pbr4yhf51jk"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue