mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-disproject: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-disproject): Update to 2.0.0. Change-Id: I0a20a3f07954d88eb88db7a599c104720faed625 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c6e7b1f871
commit
afd38d1e44
1 changed files with 2 additions and 2 deletions
|
@ -1640,7 +1640,7 @@ posts, and participate in discussions on Discourse, directly from Emacs.")
|
||||||
(define-public emacs-disproject
|
(define-public emacs-disproject
|
||||||
(package
|
(package
|
||||||
(name "emacs-disproject")
|
(name "emacs-disproject")
|
||||||
(version "1.3.1")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1649,7 +1649,7 @@ posts, and participate in discussions on Discourse, directly from Emacs.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03wf14vilnysj9szcffsadhw86p68v3083dv98d99c8axm51n6hz"))))
|
(base32 "0550bfqbprbr9s36xgyrwdg2mrry28j5cbd7fms980ixn6a4vcx5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-transient))
|
(propagated-inputs (list emacs-transient))
|
||||||
(home-page "https://github.com/aurtzy/disproject")
|
(home-page "https://github.com/aurtzy/disproject")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue