mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gource: Update to 0.51.
* gnu/packages/version-control.scm (gource): Update to 0.51.
This commit is contained in:
parent
a322891780
commit
8dc9437599
1 changed files with 2 additions and 2 deletions
|
@ -2137,7 +2137,7 @@ (define-public stagit
|
|||
(define-public gource
|
||||
(package
|
||||
(name "gource")
|
||||
(version "0.49")
|
||||
(version "0.51")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2145,7 +2145,7 @@ (define-public gource
|
|||
"/gource-" version "/gource-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12hf5ipcsp9dxsqn84n4kr63xaiskrnf5a084wr29qk171lj7pd9"))))
|
||||
"16p7b1x4r0915w883lp374jcdqqja37fnb7m8vnsfnl2n64gi8qr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue