mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	rosenthal: Remove go-1.24.
* modules/rosenthal/packages/golang.scm (go-1.24): Delete variable.
This commit is contained in:
		
							parent
							
								
									fbef0d3861
								
							
						
					
					
						commit
						9073ac0309
					
				@ -8,27 +8,6 @@
 | 
			
		||||
  #:use-module (guix git-download)
 | 
			
		||||
  #:use-module (gnu packages golang))
 | 
			
		||||
 | 
			
		||||
(define-public go-1.24
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit go-1.23)
 | 
			
		||||
    (name "go")
 | 
			
		||||
    (version "1.24.3")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/golang/go")
 | 
			
		||||
             (commit (string-append "go" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     ;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain.
 | 
			
		||||
     (alist-replace "go" (list go-1.22) (package-native-inputs go-1.23)))
 | 
			
		||||
    (properties
 | 
			
		||||
     `(,@(package-properties go-1.23)
 | 
			
		||||
       (disable-updater? . #t)))))
 | 
			
		||||
 | 
			
		||||
(define-public go-cloudflare
 | 
			
		||||
  (let ((commit "37bc41c6ff79507200a315b72834fce6ca427a7e")
 | 
			
		||||
        (revision "0"))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user