gnu: emacs-exwm: Update to 0.22.
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.22.
This commit is contained in:
		
							parent
							
								
									e3da630bfd
								
							
						
					
					
						commit
						451a5ae9ba
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6587,7 +6587,7 @@ It should enable you to implement low-level X11 applications.")
 | 
				
			||||||
(define-public emacs-exwm
 | 
					(define-public emacs-exwm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-exwm")
 | 
					    (name "emacs-exwm")
 | 
				
			||||||
    (version "0.21")
 | 
					    (version "0.22")
 | 
				
			||||||
    (synopsis "Emacs X window manager")
 | 
					    (synopsis "Emacs X window manager")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -6595,7 +6595,7 @@ It should enable you to implement low-level X11 applications.")
 | 
				
			||||||
                                  version ".tar"))
 | 
					                                  version ".tar"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "07ng1pgsnc3isfsyzh2gfc7391p9il8lb5xqf1z6yqn20w7k6xzj"))))
 | 
					                "0lppm8ng37i5s4x7xdrxhjbdcnpl6pyvn4g7w52zbckjsn8qnqh0"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-xelb" ,emacs-xelb)))
 | 
					     `(("emacs-xelb" ,emacs-xelb)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue