gnu: lxtask: Update to 0.1.7.
* gnu/packages/lxde.scm (lxtask): Update to 0.1.7.
This commit is contained in:
		
							parent
							
								
									d7ec759a7a
								
							
						
					
					
						commit
						d78c952dfd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -119,7 +119,7 @@ or external monitor.")
 | 
				
			||||||
(define-public lxtask
 | 
					(define-public lxtask
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lxtask")
 | 
					    (name "lxtask")
 | 
				
			||||||
    (version "0.1.6")
 | 
					    (version "0.1.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://sourceforge/project/lxde/LXTask"
 | 
					              (uri (string-append "mirror://sourceforge/project/lxde/LXTask"
 | 
				
			||||||
| 
						 | 
					@ -128,7 +128,7 @@ or external monitor.")
 | 
				
			||||||
                                  name "-" version ".tar.xz"))
 | 
					                                  name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0ia3i430lpwgl2kch6sl1za8qf96wc4fkcv91yhdzgnzafcnm3gp"))))
 | 
					                "1zihhvzsg9bl6k0gv7jwx6cgsi3rmcagvnmshc1h0mjq2immmdph"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("gtk+" ,gtk+-2)))
 | 
					    (inputs `(("gtk+" ,gtk+-2)))
 | 
				
			||||||
    (native-inputs `(("intltool"   ,intltool)
 | 
					    (native-inputs `(("intltool"   ,intltool)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue