guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: go-github.com-jtolds-gls: Update to 4.20.


From: guix-commits
Subject: 01/01: gnu: go-github.com-jtolds-gls: Update to 4.20.
Date: Mon, 4 Mar 2019 17:04:59 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit f0736d479578e0db028b273d2dbfd228b50dc9fc
Author: Leo Famulari <address@hidden>
Date:   Mon Mar 4 16:58:49 2019 -0500

    gnu: go-github.com-jtolds-gls: Update to 4.20.
    
    * gnu/packages/golang.scm (go-github.com-jtolds-gls): Update to 4.20.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 768e641..cfdf693 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -668,7 +668,7 @@ termination.")
 (define-public go-github.com-jtolds-gls
   (package
     (name "go-github.com-jtolds-gls")
-    (version "4.2.1")
+    (version "4.20")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -677,7 +677,7 @@ termination.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vm37pvn0k4r6d3m620swwgama63laz8hhj3pyisdhxwam4m2g1h"))))
+                "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/jtolds/gls"))



reply via email to

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