gnu: swaylock: Update to 1.4.
* gnu/packages/wm.scm (swaylock): Update to 1.4. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
This commit is contained in:
		
							parent
							
								
									8a21a3be8f
								
							
						
					
					
						commit
						11bca5336c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1254,7 +1254,7 @@ modules for building a Wayland compositor.")
 | 
				
			||||||
(define-public swaylock
 | 
					(define-public swaylock
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "swaylock")
 | 
					    (name "swaylock")
 | 
				
			||||||
    (version "1.3")
 | 
					    (version "1.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1263,7 +1263,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 "093nv1y9wyg48rfxhd36qdljjry57v1vkzrlc38mkf6zvsq8j7wb"))))
 | 
					        (base32 "1ii9ql1mxkk2z69dv6bg1x22nl3a46iww764wqjiv78x08xpk982"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (inputs `(("cairo" ,cairo)
 | 
					    (inputs `(("cairo" ,cairo)
 | 
				
			||||||
              ("gdk-pixbuf" ,gdk-pixbuf)
 | 
					              ("gdk-pixbuf" ,gdk-pixbuf)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue