guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9e121c37908250c3ce97dd40fcaceaec65a18bfe
Author: Anderson Torres <[email protected]>
AuthorDate: Thu Jan 1 19:37:15 2026 -0300

    gnu: tinycmmc: Update to 0.1.0-1.2e007ba.
    
    * gnu/packages/cmake.scm (tinycmmc): Update to 0.1.0-1.2e007ba.
    
    Change-Id: I519d118028372d0744ac92c7fbdb77135d4af683
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/cmake.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 9bd5bcb0ae..59f71dff45 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -610,9 +610,9 @@ C/C++ projects.  It features:
     (license license:expat)))
 
 (define-public tinycmmc
-  ;; XXX: Does not release anymore.
-  (let ((commit "8238a6c1b90536e211fddf356dc3af26ea7c2f2c")
-        (revision "0"))
+  ;; XXX: No tagged releases; this is the master tip.
+  (let ((commit "2e007ba059a4991c011a7193c9d7df28826c9adc")
+        (revision "1"))
     (package
       (name "tinycmmc")
       (version (git-version "0.1.0" revision commit))
@@ -620,13 +620,14 @@ C/C++ projects.  It features:
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/Grumbel/tinycmmc";)
-               (commit commit)))
+                (url "https://github.com/Grumbel/tinycmmc";)
+                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1nv1439psdnq99vqpmp4nj2630l85cfwxzmf7rgpa436q09ql77p"))))
+          (base32 "0ix2v0zrrcanflxdm0r4xpgda8lkls3ir7xqimdk2na4dfqnc05g"))))
       (build-system cmake-build-system)
-      (arguments (list #:tests? #f))      ;no test suite
+      (arguments
+       (list #:tests? #f))              ; No tests.
       (home-page "https://github.com/Grumbel/tinycmmc";)
       (synopsis "Tiny CMake Module Collections")
       (description "The tinycmmc package contains a small collection of 
reusable

Reply via email to