gnu: CMake: Update to 3.24.1.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.1.
This commit is contained in:
		
							parent
							
								
									1cad443b02
								
							
						
					
					
						commit
						d5f69a9fe5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -152,7 +152,7 @@ using the CMake build system.")
 | 
				
			||||||
(define-public cmake-bootstrap
 | 
					(define-public cmake-bootstrap
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "cmake-bootstrap")
 | 
					    (name "cmake-bootstrap")
 | 
				
			||||||
    (version "3.23.2")
 | 
					    (version "3.24.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://cmake.org/files/v"
 | 
					              (uri (string-append "https://cmake.org/files/v"
 | 
				
			||||||
| 
						 | 
					@ -160,7 +160,7 @@ using the CMake build system.")
 | 
				
			||||||
                                  "/cmake-" version ".tar.gz"))
 | 
					                                  "/cmake-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1ai6zycs4zj49d46lzz9b6l0q5hvlkyix66zd90rlvs6ac0b85pk"))
 | 
					                "0ax83yfis1n74llqhckrbgzcp82pfwx039xs2dgq06nvlivy4ca9"))
 | 
				
			||||||
              (patches (search-patches "cmake-curl-certificates.patch"))))
 | 
					              (patches (search-patches "cmake-curl-certificates.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue