gnu: xfwm4: Update to 4.14.1.
* gnu/packages/xfce.scm (xfwm4): Update to 4.14.1. [source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									0159eae3c9
								
							
						
					
					
						commit
						b760b6922d
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -711,15 +711,15 @@ and import the new pictures from your camera.")
 | 
				
			||||||
(define-public xfwm4
 | 
					(define-public xfwm4
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xfwm4")
 | 
					    (name "xfwm4")
 | 
				
			||||||
    (version "4.14.0")
 | 
					    (version "4.14.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://archive.xfce.org/src/xfce/"
 | 
					              (uri (string-append "https://archive.xfce.org/src/xfce/"
 | 
				
			||||||
                                  name "/" (version-major+minor version) "/"
 | 
					                                  "xfwm4/" (version-major+minor version) "/"
 | 
				
			||||||
                                  name "-" version ".tar.bz2"))
 | 
					                                  "xfwm4-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "05dn4a1i0nm6wm3nyj7qli5bvfalxghcl7x543qr5l33vkw2n65l"))))
 | 
					                "0a0la57jh618qfl7czsn7mspcraqczkm1m616j7jwxkhh2hq21qh"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue