mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 16:50:43 +02:00
gnu: emacs-disproject: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-disproject): Update to 2.1.0. Change-Id: Idd8c1b90275d5d53887440828e16e8ef931c65c5 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
f76e8ccb0b
commit
451ba01867
1 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@
|
||||||
;;; Copyright © 2024, 2025 Spencer King <spencer.king@wustl.edu>
|
;;; Copyright © 2024, 2025 Spencer King <spencer.king@wustl.edu>
|
||||||
;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
|
;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
|
||||||
;;; Copyright © 2024-2025 Liam Hupfer <liam@hpfr.net>
|
;;; Copyright © 2024-2025 Liam Hupfer <liam@hpfr.net>
|
||||||
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
|
;;; Copyright © 2024-2025 aurtzy <aurtzy@gmail.com>
|
||||||
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
|
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
|
||||||
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
|
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
|
||||||
;;; Copyright © 2025 Arjan Adriaanse <arjan@adriaan.se>
|
;;; Copyright © 2025 Arjan Adriaanse <arjan@adriaan.se>
|
||||||
|
@ -1734,7 +1734,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 "2.0.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1743,7 +1743,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 "0550bfqbprbr9s36xgyrwdg2mrry28j5cbd7fms980ixn6a4vcx5"))))
|
(base32 "17691mi013pp1l39dmgzil6kq3nl0dqnqmwsba5j1j3dbfzm9i42"))))
|
||||||
(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