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
|
||||
(package
|
||||
(name "gource")
|
||||
(version "0.48")
|
||||
(version "0.49")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1919,7 +1919,7 @@ network protocols, and core version control algorithms.")
|
|||
"/gource-" version "/gource-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04qxcm05qiyr9rg2kv6abfy7kkzqr8ziw4iyp1d14lniv93m61dp"))))
|
||||
"12hf5ipcsp9dxsqn84n4kr63xaiskrnf5a084wr29qk171lj7pd9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in New Issue