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:
aurtzy 2025-03-07 09:28:42 +01:00 committed by Nicolas Goaziou
parent c6e7b1f871
commit afd38d1e44
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")