Archived
1
0
Fork 0

gnu: emacs-orgit: Update to 1.7.2.

* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.7.2.
This commit is contained in:
Nicolas Goaziou 2022-01-08 17:21:01 +01:00
parent fafa4e6382
commit 7d2fc12f0b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23505,7 +23505,7 @@ recursively. The results are cached for speed.")
(define-public emacs-orgit
(package
(name "emacs-orgit")
(version "1.7.1")
(version "1.7.2")
(home-page "https://github.com/magit/orgit")
(source (origin
(method git-fetch)
@ -23515,7 +23515,7 @@ recursively. The results are cached for speed.")
(file-name (git-file-name name version))
(sha256
(base32
"0mbcr98xq3zim01dk1fbyc1vajnjwx90k62mygv343rhrd05v44m"))))
"0lc2lk9c7b92c1cna2pyb88x9fa4bydcqkp4zcn0khpdv54fmszq"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-magit))