diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-24 15:10:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-26 20:13:08 +0100 |
commit | 7ed1abfa81ff87cfeb2043b953f79b4b894e8de6 (patch) | |
tree | e0c2b93da598401f816d682a83742227411636f0 /gnu | |
parent | d5a352937aad9e1afbf042889d5134a5bea30423 (diff) | |
download | patches-7ed1abfa81ff87cfeb2043b953f79b4b894e8de6.tar patches-7ed1abfa81ff87cfeb2043b953f79b4b894e8de6.tar.gz |
gnu: gource: Update to 0.48.
* gnu/packages/version-control.scm (gource): Update to 0.48.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 91698b5f7f..7a0f37b4e7 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1768,7 +1768,7 @@ network protocols, and core version control algorithms.") (define-public gource (package (name "gource") - (version "0.47") + (version "0.48") (source (origin (method url-fetch) (uri (string-append @@ -1776,7 +1776,7 @@ network protocols, and core version control algorithms.") "/gource-" version "/gource-" version ".tar.gz")) (sha256 (base32 - "1llqwdnfa1pff8bxk27qsqff1fcg0a9kfdib0rn7p28vl21n1cgj")))) + "04qxcm05qiyr9rg2kv6abfy7kkzqr8ziw4iyp1d14lniv93m61dp")))) (build-system gnu-build-system) (arguments `(#:configure-flags |