mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-matrix-client: Update to a0623667.
* gnu/packages/emacs-xyz.scm (emacs-matrix-client): Update to a0623667.
This commit is contained in:
parent
977403feb2
commit
85a3d63f4a
1 changed files with 3 additions and 3 deletions
|
@ -12491,10 +12491,10 @@ Emacs.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-matrix-client
|
(define-public emacs-matrix-client
|
||||||
(let ((commit "2a95a1f1194ff65b5461b6ffbc13d1e01116f34f"))
|
(let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-matrix-client")
|
(name "emacs-matrix-client")
|
||||||
(version (git-version "0.0.0" "2" commit))
|
(version (git-version "0.0.0" "3" commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -12503,7 +12503,7 @@ Emacs.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y317hw63swglyqcfbi8lr1b1c6pvixxj3440ksgynrwr5j6k7q7"))))
|
"1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("a" ,emacs-a)
|
`(("a" ,emacs-a)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue