mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
Revert "gnu: gita: Update to 0.11.9."
This reverts commit 5540159f3e
which updates
gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands.
This commit is contained in:
parent
5540159f3e
commit
9bc00fb957
1 changed files with 49 additions and 47 deletions
|
@ -2903,18 +2903,20 @@ (define-public go-github-go-git
|
|||
(license license:asl2.0)))
|
||||
|
||||
(define-public gita
|
||||
(let ((commit "62eb3d69874f75bdd6f95743e57315bc59890f70")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "gita")
|
||||
(version "0.11.9")
|
||||
(version (git-version "0.10.10" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/nosarthur/gita")
|
||||
(commit version)))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15hfr7zk41kqsnszlgddfhz717mw4bxqwsn0nvjwg53x1hnfxv7p"))))
|
||||
"1jn5wnmjbdrrgz9fif7s81pv3g92q0wjcqy5qxl77kjy7iv0kpfp"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("git" ,git) ;for tests
|
||||
|
@ -2959,4 +2961,4 @@ (define-public gita
|
|||
@end itemize
|
||||
|
||||
If several repos are related, it helps to see their status together.")
|
||||
(license license:expat)))
|
||||
(license license:expat))))
|
||||
|
|
Loading…
Reference in a new issue