gnu: gita: Update to 0.11.9.

* gnu/packages/version-control.scm (gita): Update to 0.11.9.
This commit is contained in:
Oleg Pykhalov 2020-12-23 21:53:33 +03:00
parent 4994e1f2bd
commit 5540159f3e
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -2903,20 +2903,18 @@ (define-public go-github-go-git
(license license:asl2.0)))
(define-public gita
(let ((commit "62eb3d69874f75bdd6f95743e57315bc59890f70")
(revision "1"))
(package
(name "gita")
(version (git-version "0.10.10" revision commit))
(version "0.11.9")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nosarthur/gita")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1jn5wnmjbdrrgz9fif7s81pv3g92q0wjcqy5qxl77kjy7iv0kpfp"))))
"15hfr7zk41kqsnszlgddfhz717mw4bxqwsn0nvjwg53x1hnfxv7p"))))
(build-system python-build-system)
(native-inputs
`(("git" ,git) ;for tests
@ -2961,4 +2959,4 @@ (define-public gita
@end itemize
If several repos are related, it helps to see their status together.")
(license license:expat))))
(license license:expat)))