gnu: yadifa: Update to 2.3.8.
* gnu/packages/dns.scm (yadifa): Update to 2.3.8.
This commit is contained in:
		
							parent
							
								
									1bd08a268a
								
							
						
					
					
						commit
						f2ba6fc8bb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -443,16 +443,16 @@ served by AS112.  Stub and forward zones are supported.")
 | 
				
			||||||
(define-public yadifa
 | 
					(define-public yadifa
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "yadifa")
 | 
					    (name "yadifa")
 | 
				
			||||||
    (version "2.3.7")
 | 
					    (version "2.3.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (let ((build "7543"))
 | 
					     (let ((build "7713"))
 | 
				
			||||||
       (origin
 | 
					       (origin
 | 
				
			||||||
         (method url-fetch)
 | 
					         (method url-fetch)
 | 
				
			||||||
         (uri
 | 
					         (uri
 | 
				
			||||||
          (string-append "http://cdn.yadifa.eu/sites/default/files/releases/"
 | 
					          (string-append "http://cdn.yadifa.eu/sites/default/files/releases/"
 | 
				
			||||||
                         name "-" version "-" build ".tar.gz"))
 | 
					                         name "-" version "-" build ".tar.gz"))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32 "0j4zj7h72ni3bbqbm1632z0vx8b9fjdrn4n1yx4yyzkpchsipwff")))))
 | 
					          (base32 "15xhzg4crjcxascwpz6y8qpqcgypzv2p9bspdskp4nx1x1y4316c")))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("which" ,which)))
 | 
					     `(("which" ,which)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue