summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-06-15 12:26:40 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-20 15:07:59 +0100
commit277d5449097a4acddc7aa224f8f89be373bc8f24 (patch)
tree7e062fd3404e4e84e0e8312fcf4a481df04681af /gnu
parent9e037dc3945e3c153cf149a63f02e44edba62cf7 (diff)
gnu: tinycmmc: Update to 0.1.0-0.8238a6c.
* gnu/packages/cmake.scm (tinycmmc): Update to 0.1.0-0.8238a6c. Change-Id: I84d8c90991fc411b93647f117f4701da21d90ef4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cmake.scm39
1 files changed, 21 insertions, 18 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index c15cee49e66..95820f013a1 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -606,25 +606,28 @@ C/C++ projects. It features:
606 (license license:expat)))) 606 (license license:expat))))
607 607
608(define-public tinycmmc 608(define-public tinycmmc
609 (package 609 ;; XXX: Does not release anymore.
610 (name "tinycmmc") 610 (let ((commit "8238a6c1b90536e211fddf356dc3af26ea7c2f2c")
611 (version "0.1.0") 611 (revision "0"))
612 (source (origin 612 (package
613 (method git-fetch) 613 (name "tinycmmc")
614 (uri (git-reference 614 (version (git-version "0.1.0" revision commit))
615 (url "https://github.com/Grumbel/tinycmmc") 615 (source
616 (commit (string-append "v" version)))) 616 (origin
617 (file-name (git-file-name name version)) 617 (method git-fetch)
618 (sha256 618 (uri (git-reference
619 (base32 619 (url "https://github.com/Grumbel/tinycmmc")
620 "0chv7h6vnd8zpa6b69krxwdgvp3n5fd37355wa1zwi14x4nyyay5")))) 620 (commit commit)))
621 (build-system cmake-build-system) 621 (file-name (git-file-name name version))
622 (arguments (list #:tests? #f)) ;no test suite 622 (sha256
623 (home-page "https://github.com/Grumbel/tinycmmc") 623 (base32 "1nv1439psdnq99vqpmp4nj2630l85cfwxzmf7rgpa436q09ql77p"))))
624 (synopsis "Tiny CMake Module Collections") 624 (build-system cmake-build-system)
625 (description "The tinycmmc package contains a small collection of reusable 625 (arguments (list #:tests? #f)) ;no test suite
626 (home-page "https://github.com/Grumbel/tinycmmc")
627 (synopsis "Tiny CMake Module Collections")
628 (description "The tinycmmc package contains a small collection of reusable
626CMake modules.") 629CMake modules.")
627 (license license:zlib))) 630 (license license:zlib))))
628 631
629(define-public cpm-cmake 632(define-public cpm-cmake
630 (package 633 (package