gnu: emacs-gnosis: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.3.2. Change-Id: Ic70c9a4e52fa287a31e4159aed42a8d05195e701 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
b84342b1fa
commit
bb1aea46e6
|
@ -18134,7 +18134,7 @@ are common in Chromium-derived projects.")
|
||||||
(define-public emacs-gnosis
|
(define-public emacs-gnosis
|
||||||
(package
|
(package
|
||||||
(name "emacs-gnosis")
|
(name "emacs-gnosis")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18143,7 +18143,7 @@ are common in Chromium-derived projects.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19mzyg4hg6mplv3s2kb8xiaw06zkbj7a3gvfvy51cwvb8k979ap6"))
|
"03ydknrzl5xcmn5n2ybyxqmjfrqrpk0h0p6cp9xnpmra6r87xqkd"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-compat emacs-emacsql))
|
(propagated-inputs (list emacs-compat emacs-emacsql))
|
||||||
|
|
Reference in New Issue