guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gource: Update to 0.51.


From: guix-commits
Subject: 02/02: gnu: gource: Update to 0.51.
Date: Tue, 11 Feb 2020 23:11:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8dc94375997280416d532095abaf266c4192466b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Feb 12 04:34:38 2020 +0100

    gnu: gource: Update to 0.51.
    
    * gnu/packages/version-control.scm (gource): Update to 0.51.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index cd3e868..65ac481 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2137,7 +2137,7 @@ be served with a HTTP file server of your choice.")
 (define-public gource
   (package
     (name "gource")
-    (version "0.49")
+    (version "0.51")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2145,7 +2145,7 @@ be served with a HTTP file server of your choice.")
                     "/gource-" version "/gource-" version ".tar.gz"))
               (sha256
                (base32
-                "12hf5ipcsp9dxsqn84n4kr63xaiskrnf5a084wr29qk171lj7pd9"))))
+                "16p7b1x4r0915w883lp374jcdqqja37fnb7m8vnsfnl2n64gi8qr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]