This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d7f80a8622 gnu: cppcheck: Update to 2.21.0.
d7f80a8622 is described below

commit d7f80a8622b75365c226f9d52a25232949b652ef
Author: luca <[email protected]>
AuthorDate: Sun Jun 21 18:11:41 2026 +0200

    gnu: cppcheck: Update to 2.21.0.
    
    * gnu/packages/check.scm (cppcheck): Update to 2.21.0.
      [source]<url>: Update to new upstream.
    
    Merges: https://codeberg.org/guix/guix/pulls/9439
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 250cf222c5..4932b37d84 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -870,15 +870,15 @@ format.")
 (define-public cppcheck
   (package
     (name "cppcheck")
-    (version "2.20.0")
+    (version "2.21.0")
     (source (origin
       (method git-fetch)
       (uri (git-reference
-             (url "https://github.com/danmar/cppcheck";)
+             (url "https://github.com/cppcheck-opensource/cppcheck";)
              (commit version)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1vm7jpa41vkks2a6dnf7iazmlif61sq7z03lnhic7i54h27hg5iz"))
+       (base32 "0skh0rpv7vkadwzisz0sgbag7mmp0s2p6273q849w2sb73jzdcyb"))
        (patches (search-patches "cppcheck-fix-basedir-test.patch"))))
     (build-system cmake-build-system)
     (arguments

Reply via email to