gnu: kbd: Update to 2.5.1.
* gnu/packages/linux.scm (kbd): Update to 2.5.1.
This commit is contained in:
		
							parent
							
								
									c05e949d59
								
							
						
					
					
						commit
						85b5603eb2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3581,14 +3581,14 @@ NUMA performance on your system.")
 | 
				
			||||||
(define-public kbd
 | 
					(define-public kbd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kbd")
 | 
					    (name "kbd")
 | 
				
			||||||
    (version "2.4.0")
 | 
					    (version "2.5.1")
 | 
				
			||||||
    (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.xz"))
 | 
					                                  version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "17wvrqz2kk0w87idinhyvd31ih1dp7ldfl2yfx7ailygb0279w2m"))
 | 
					                "10s608i4blprgy9nynlid0hglfdrrgln6wwjs9rhjf56hwilbpyc"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(begin
 | 
					               '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue