gnu: varnish: Update to 6.2.1.
* gnu/packages/web.scm (varnish): Update to 6.2.1.
This commit is contained in:
		
							parent
							
								
									276e7739b9
								
							
						
					
					
						commit
						56ac8ca3c8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4928,13 +4928,13 @@ deployments.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "varnish")
 | 
					    (name "varnish")
 | 
				
			||||||
    (home-page "https://varnish-cache.org/")
 | 
					    (home-page "https://varnish-cache.org/")
 | 
				
			||||||
    (version "6.2.0")
 | 
					    (version "6.2.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append home-page "_downloads/varnish-" version ".tgz"))
 | 
					              (uri (string-append home-page "_downloads/varnish-" version ".tgz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0lwfk2gq99c653h5f51fs3j37r0gh2pf0p4w5z986nm2mi9z6yn3"))))
 | 
					                "15qfvw3fp05bgyspcm6gbsnxhs430p4z3fwz5kkd1z68jb90b3pj"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")
 | 
					     `(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue