gnu: znc: Update to 1.6.6.
* gnu/packages/messaging.scm (znc): Update to 1.6.6.
This commit is contained in:
		
							parent
							
								
									7f1773eaee
								
							
						
					
					
						commit
						f35843674e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -449,14 +449,14 @@ compromised.")
 | 
				
			||||||
(define-public znc
 | 
					(define-public znc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "znc")
 | 
					    (name "znc")
 | 
				
			||||||
    (version "1.6.5")
 | 
					    (version "1.6.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://znc.in/releases/archive/znc-"
 | 
					              (uri (string-append "http://znc.in/releases/archive/znc-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1jia6kq6bp8yxfj02d5vj9vqb4pylqcldspyjj6iz82kkka2a0ig"))))
 | 
					                "09cmsnxvi7jg9a0dicf60fxnxdff4aprw7h8vjqlj5ywf6y43f3z"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue