gnu: bison: Update to 3.0.2.
* gnu/packages/bison.scm (bison): Update to 3.0.2.
This commit is contained in:
		
							parent
							
								
									3f41e6b310
								
							
						
					
					
						commit
						77874f970e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
(define bison
 | 
					(define bison
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "bison")
 | 
					    (name "bison")
 | 
				
			||||||
    (version "3.0.1")
 | 
					    (version "3.0.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -38,7 +38,7 @@
 | 
				
			||||||
                          version ".tar.xz"))
 | 
					                          version ".tar.xz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "1jx2ymvhl6h2jq6sf0lrk7ggfc2v1ri49yib8ppir0vdnh1znkll"))))
 | 
					        "0g4gjan477lac18m51kv4xzcsp6wjfsfwvd2dxymcl6vid9fihx2"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs `(("perl" ,perl)))
 | 
					    (native-inputs `(("perl" ,perl)))
 | 
				
			||||||
    (inputs `(("flex" ,flex)))
 | 
					    (inputs `(("flex" ,flex)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue