gnu: sway: Update to 1.8.1.
* gnu/packages/wm.scm (sway): Update to 1.8.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									1b9330d8b5
								
							
						
					
					
						commit
						49cd552866
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1638,7 +1638,7 @@ modules for building a Wayland compositor.")
 | 
				
			||||||
(define-public sway
 | 
					(define-public sway
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "sway")
 | 
					    (name "sway")
 | 
				
			||||||
    (version "1.8")
 | 
					    (version "1.8.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1647,7 +1647,7 @@ modules for building a Wayland compositor.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
 | 
					        (base32 "1y7brfrsjnm9gksijgnr6zxqiqvn06mdiwsk5j87ggmxazxd66av"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(;; elogind is propagated by wlroots -> libseat
 | 
					     `(;; elogind is propagated by wlroots -> libseat
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue