gnu: bmake: Update to 20230711.
* gnu/packages/build-tools.scm (bmake): Update to 20230711.
This commit is contained in:
		
							parent
							
								
									7fd173369e
								
							
						
					
					
						commit
						7febc2a787
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -171,14 +171,14 @@ generate such a compilation database.")
 | 
				
			||||||
(define-public bmake
 | 
					(define-public bmake
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "bmake")
 | 
					    (name "bmake")
 | 
				
			||||||
    (version "20230622")
 | 
					    (version "20230711")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append
 | 
					       (uri (string-append
 | 
				
			||||||
             "http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz"))
 | 
					             "http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "007ckj2381bmwpxy5zmy2m19p2hxaj7ld80b5lv7i798c2fwj15l"))))
 | 
					        (base32 "1vrg6gclfn34lxyyqf0837hk89n5pf7ms0gmgg1fd87i0cn5908a"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list bash-minimal))
 | 
					     (list bash-minimal))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue