gnu: libnl: Update to 3.5.0.
* gnu/packages/linux.scm (libnl): Update to 3.5.0.
This commit is contained in:
		
							parent
							
								
									309721b324
								
							
						
					
					
						commit
						276e7739b9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1926,7 +1926,7 @@ transparently through a bridge.")
 | 
			
		|||
(define-public libnl
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libnl")
 | 
			
		||||
    (version "3.4.0")
 | 
			
		||||
    (version "3.5.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
| 
						 | 
				
			
			@ -1935,7 +1935,7 @@ transparently through a bridge.")
 | 
			
		|||
                    "/libnl-" version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1gzm444rnsib64dddv0cwlpzy1q4bycjqhp1i5pxpikimqvpca5p"))))
 | 
			
		||||
                "1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("bison" ,bison)
 | 
			
		||||
| 
						 | 
				
			
			@ -1950,7 +1950,7 @@ transparently through a bridge.")
 | 
			
		|||
                 (string-join (string-split version #\.) "_")
 | 
			
		||||
                 "/libnl-doc-" version ".tar.gz"))
 | 
			
		||||
           (sha256
 | 
			
		||||
            (base32 "1m5cnzviv31gjnz6fz5rgyl6ah4dbp2akm49j9973sgwl36gs8jx"))))))
 | 
			
		||||
            (base32 "19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h"))))))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("python-2" ,python-2)
 | 
			
		||||
       ("python-3" ,python-3)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue