mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-crdt: Update to 0.1.1.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.1.1.
This commit is contained in:
parent
1a657497ac
commit
1f4996ed2e
1 changed files with 5 additions and 4 deletions
|
@ -18075,11 +18075,12 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-crdt
|
(define-public emacs-crdt
|
||||||
(let ((commit "44068ae505adf2c3a7bdbf6723a25fc45d6d1666")
|
;; XXX: Upstream has no tags but the commit below corresponds to the exact
|
||||||
(revision "0"))
|
;; version of the package.
|
||||||
|
(let ((commit "8cbd0fd584257b484891a5062b64c63cf049e955"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-crdt")
|
(name "emacs-crdt")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18088,7 +18089,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "130fkhvi757pfnbz70g6nw2n71k89cwwx7yzvsd5v177228c8w7w"))))
|
(base32 "0h2lmyxjrzv9253m4068b4np5vkmngmvly10xrc86mi1z9w24xc5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://code.librehq.com/qhong/crdt.el")
|
(home-page "https://code.librehq.com/qhong/crdt.el")
|
||||||
(synopsis "Real-time collaborative editing environment")
|
(synopsis "Real-time collaborative editing environment")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue