gnu: xpra: Update to 5.0.8.
* gnu/packages/xorg.scm (xpra): Updatw to 5.0.8. Change-Id: I6107d5c3469ca0576c668d1a68bf1148b8f055b6 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									d447a0c693
								
							
						
					
					
						commit
						83a2ff488d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6157,14 +6157,14 @@ basic eye-candy effects.")
 | 
				
			||||||
(define-public xpra
 | 
					(define-public xpra
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xpra")
 | 
					    (name "xpra")
 | 
				
			||||||
    (version "5.0.7")
 | 
					    (version "5.0.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://www.xpra.org/src/xpra-"
 | 
					       (uri (string-append "https://www.xpra.org/src/xpra-"
 | 
				
			||||||
                           version ".tar.xz"))
 | 
					                           version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0rkcsv0b55xbvkqi38nm01yxc09f7l9nj7xnp8v23rn6bp86m8mr"))
 | 
					        (base32 "0ml9nv6gwrqgyrn3hp5kkxsbdl5fpz5w8vjsvn0qfdsgbvq617wy"))
 | 
				
			||||||
       (patches (search-patches "xpra-5.0-systemd-run.patch"
 | 
					       (patches (search-patches "xpra-5.0-systemd-run.patch"
 | 
				
			||||||
                                "xpra-5.0-install_libs.patch"))))
 | 
					                                "xpra-5.0-install_libs.patch"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue