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
 | 
					(define-public wob
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "wob")
 | 
					    (name "wob")
 | 
				
			||||||
    (version "0.13")
 | 
					    (version "0.14.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://github.com/francma/wob/releases/download/"
 | 
					       (uri (string-append "https://github.com/francma/wob/releases/download/"
 | 
				
			||||||
                           version "/wob-" version ".tar.gz"))
 | 
					                           version "/wob-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0i8y6kq37qcgdq85ll4rapisjl7zw6aa11yx2f2xw2d3j93kdxh8"))))
 | 
					        (base32 "12s9pc0dhqgawq6jiqhamj1zq9753kgpswny1rcsdx1lkpzrgaq1"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config scdoc))
 | 
					     (list pkg-config scdoc))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list libseccomp wayland wayland-protocols))
 | 
					     (list libinih libseccomp wayland wayland-protocols))
 | 
				
			||||||
    (home-page "https://github.com/francma/wob")
 | 
					    (home-page "https://github.com/francma/wob")
 | 
				
			||||||
    (synopsis "Lightweight overlay bar for Wayland")
 | 
					    (synopsis "Lightweight overlay bar for Wayland")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue