guix-commits
[Top][All Lists]
Advanced

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

05/20: gnu: ccache: Update to 4.8.3.


From: guix-commits
Subject: 05/20: gnu: ccache: Update to 4.8.3.
Date: Wed, 6 Sep 2023 01:27:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 354d8cc92214faae1b293db6890971559ad9c360
Author: fanquake <fanquake@gmail.com>
AuthorDate: Wed Aug 30 09:22:31 2023 +0100

    gnu: ccache: Update to 4.8.3.
    
    * gnu/packages/ccache.scm (ccache): Update to 4.8.3.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/ccache.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 7145ceeb90..26a71f40ef 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -35,14 +35,14 @@
 (define-public ccache
   (package
     (name "ccache")
-    (version "4.8.2")
+    (version "4.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/ccache/ccache/releases/download/v";
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "0jba0zr2893gbzg4710f2gbayj33lz618lpflx7nrcd5i3wb6grx"))))
+        (base32 "049b3xhp464w5m1bqi4ripbgyqy7qy31vvk56v5cyj5j23478wz4"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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