sharlatan pushed a commit to branch go-team
in repository guix.

commit fae1883b08c2324e884de6dba0649be3b8b5c09f
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sat Jul 20 19:54:22 2024 +0100

    gnu: scc: Update to 3.3.5.
    
    * gnu/packages/code.scm (scc): Update to 3.3.5.
    
    Change-Id: I17536f3de68bd124c07f1e1908607d248db75492
---
 gnu/packages/code.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 80070b3065..cfd62e2402 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -390,7 +390,7 @@ cloc can handle a greater variety of programming 
languages.")
 (define-public scc
   (package
     (name "scc")
-    (version "3.1.0")
+    (version "3.3.5")
     (source
      (origin
        (method git-fetch)
@@ -399,7 +399,7 @@ cloc can handle a greater variety of programming 
languages.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rkkfg6jimlc2rkajk6ypd5v0m3zai25ga5idz2pmkmzakv82n21"))))
+        (base32 "0fvp9ab65vwn3dn0wm8l63rrp5fz1gpymcxs8yr0h4s5zmrsg9zf"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to