gnu: gource: Update to 0.49.
* gnu/packages/version-control.scm (gource): Update to 0.49.
This commit is contained in:
parent
d21fb90a27
commit
5bc4188ffd
|
@ -1911,7 +1911,7 @@ network protocols, and core version control algorithms.")
|
||||||
(define-public gource
|
(define-public gource
|
||||||
(package
|
(package
|
||||||
(name "gource")
|
(name "gource")
|
||||||
(version "0.48")
|
(version "0.49")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1919,7 +1919,7 @@ network protocols, and core version control algorithms.")
|
||||||
"/gource-" version "/gource-" version ".tar.gz"))
|
"/gource-" version "/gource-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04qxcm05qiyr9rg2kv6abfy7kkzqr8ziw4iyp1d14lniv93m61dp"))))
|
"12hf5ipcsp9dxsqn84n4kr63xaiskrnf5a084wr29qk171lj7pd9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue