summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAnderson Torres <anderson.torres.8519@gmail.com>2026-01-01 19:37:15 -0300
committerAndreas Enge <andreas@enge.fr>2026-02-14 21:33:19 +0100
commit9e121c37908250c3ce97dd40fcaceaec65a18bfe (patch)
tree327d40e0593c1eb22e17aad4e3888c8c81f05b08 /gnu
parentcb5f4952242f21c2e6cf6f9bd658b48d478940cb (diff)
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 <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cmake.scm15
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 9bd5bcb0aef..59f71dff453 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