gnu: byacc: Update to 20221106.
* gnu/packages/c.scm (byacc): Update to 20221106.
This commit is contained in:
		
							parent
							
								
									2b7b0cac71
								
							
						
					
					
						commit
						aceb4e49d1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -760,7 +760,7 @@ portability.")
 | 
				
			||||||
(define-public byacc
 | 
					(define-public byacc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "byacc")
 | 
					    (name "byacc")
 | 
				
			||||||
    (version "20220128")
 | 
					    (version "20221106")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append
 | 
					             (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -768,7 +768,7 @@ portability.")
 | 
				
			||||||
                   version ".tgz"))
 | 
					                   version ".tgz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "173l5pdzgqk2ld6lf0ablii0iiw07sry2vrjfrm4wc99qmf81ha2"))))
 | 
					               "04lxggjarbidfq8ba5q6kwgqys4lhidbnz8gf3vrrb5wgcibx6d8"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "https://invisible-island.net/byacc/byacc.html")
 | 
					    (home-page "https://invisible-island.net/byacc/byacc.html")
 | 
				
			||||||
    (synopsis "Berkeley Yacc LALR parser generator")
 | 
					    (synopsis "Berkeley Yacc LALR parser generator")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue