gnu: ethtool: Update to 4.11.
* gnu/packages/networking.scm (ethtool): Update to 4.11.
This commit is contained in:
		
							parent
							
								
									025817a558
								
							
						
					
					
						commit
						22ffa153f2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -306,14 +306,14 @@ receiving NDP messages.")
 | 
				
			||||||
(define-public ethtool
 | 
					(define-public ethtool
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ethtool")
 | 
					    (name "ethtool")
 | 
				
			||||||
    (version "4.10")
 | 
					    (version "4.11")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://kernel.org/software/network/"
 | 
					              (uri (string-append "mirror://kernel.org/software/network/"
 | 
				
			||||||
                                  name "/" name "-" version ".tar.xz"))
 | 
					                                  name "/" name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1fklbjwr41cvd5b7d1qvpl3bqzc4aak732r3m2wjhhgkxhk9f07h"))))
 | 
					                "1cp132kk2xd2cwn1ysjv0cl8i9lnq3n4zi4wy676p5k4h2mfvn0j"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "https://www.kernel.org/pub/software/network/ethtool/")
 | 
					    (home-page "https://www.kernel.org/pub/software/network/ethtool/")
 | 
				
			||||||
    (synopsis "Display or change Ethernet device settings")
 | 
					    (synopsis "Display or change Ethernet device settings")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue