gnu: wob: Update to 0.14.2.
* gnu/packages/xdisorg.scm (wob): Update to 0.14.2. [inputs]: Add LIBINIH.
This commit is contained in:
		
							parent
							
								
									aa9e31809d
								
							
						
					
					
						commit
						544fcac62b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1140,19 +1140,19 @@ transparent text on your screen.")
 | 
			
		|||
(define-public wob
 | 
			
		||||
  (package
 | 
			
		||||
    (name "wob")
 | 
			
		||||
    (version "0.13")
 | 
			
		||||
    (version "0.14.2")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://github.com/francma/wob/releases/download/"
 | 
			
		||||
                           version "/wob-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0i8y6kq37qcgdq85ll4rapisjl7zw6aa11yx2f2xw2d3j93kdxh8"))))
 | 
			
		||||
        (base32 "12s9pc0dhqgawq6jiqhamj1zq9753kgpswny1rcsdx1lkpzrgaq1"))))
 | 
			
		||||
    (build-system meson-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list pkg-config scdoc))
 | 
			
		||||
    (inputs
 | 
			
		||||
     (list libseccomp wayland wayland-protocols))
 | 
			
		||||
     (list libinih libseccomp wayland wayland-protocols))
 | 
			
		||||
    (home-page "https://github.com/francma/wob")
 | 
			
		||||
    (synopsis "Lightweight overlay bar for Wayland")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue