mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-orgit: Update to 2.0.1.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 2.0.1. Change-Id: I35ffbff28f36af71272ef9dc9519e6b8ac0116e3
This commit is contained in:
parent
28a204e35d
commit
c41d691c3a
1 changed files with 2 additions and 2 deletions
|
@ -32902,7 +32902,7 @@ recursively. The results are cached for speed.")
|
|||
(define-public emacs-orgit
|
||||
(package
|
||||
(name "emacs-orgit")
|
||||
(version "2.0.0")
|
||||
(version "2.0.1")
|
||||
(home-page "https://github.com/magit/orgit")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -32912,7 +32912,7 @@ recursively. The results are cached for speed.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0864y78kvcvha0rx0pzrxlyivr65zk21ji4md757alw1lr4zf408"))))
|
||||
"0yi73l7hm6x5pyalfmcv0mnklhc574xij35q8zkh6ahrnfbyv8ks"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-magit))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue