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