gnu: sslh: Update to 1.21c.
* gnu/packages/networking.scm (sslh): Update to 1.21c.
This commit is contained in:
		
							parent
							
								
									edbbb331de
								
							
						
					
					
						commit
						95b599bd48
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1779,7 +1779,7 @@ library remains flexible, portable, and easily embeddable.")
 | 
				
			||||||
(define-public sslh
 | 
					(define-public sslh
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "sslh")
 | 
					    (name "sslh")
 | 
				
			||||||
    (version "1.21b")
 | 
					    (version "1.21c")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1788,7 +1788,7 @@ library remains flexible, portable, and easily embeddable.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1bws153l4x3vbwxshb92vqy3rnv8xfysmf7incp6hcmq43jsgjmr"))))
 | 
					        (base32 "19h32dn0076p3s7dn35qi5yp2xvnxw9sqphppmn72vyb8caxvw1z"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(;; Test dependencies.
 | 
					     `(;; Test dependencies.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue