gnu: kbd: Update to 2.0.2.
* gnu/packages/linux.scm (kbd): Update to 2.0.2.
This commit is contained in:
		
							parent
							
								
									2c0499ad87
								
							
						
					
					
						commit
						710b4928c8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1370,14 +1370,14 @@ system.")
 | 
				
			||||||
(define-public kbd
 | 
					(define-public kbd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kbd")
 | 
					    (name "kbd")
 | 
				
			||||||
    (version "2.0.1")
 | 
					    (version "2.0.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-"
 | 
					              (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0c34b0za2v0934acvgnva0vaqpghmmhz4zh7k0m9jd4mbc91byqm"))
 | 
					                "04mrms12nm5sas0nxs94yrr3hz7gmqhnmfgb9ff34bh1jszxmzcx"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(begin
 | 
					               '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue