gnu: guile-ssh: Update to 0.16.2.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
		
							parent
							
								
									6482525dca
								
							
						
					
					
						commit
						3012dad9eb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -318,7 +318,7 @@ Additionally, various channel-specific options can be negotiated.")
 | 
				
			||||||
(define-public guile-ssh
 | 
					(define-public guile-ssh
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "guile-ssh")
 | 
					    (name "guile-ssh")
 | 
				
			||||||
    (version "0.16.0")
 | 
					    (version "0.16.2")
 | 
				
			||||||
    (home-page "https://github.com/artyom-poptsov/guile-ssh")
 | 
					    (home-page "https://github.com/artyom-poptsov/guile-ssh")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -328,7 +328,7 @@ Additionally, various channel-specific options can be negotiated.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1ka5ayrg7kysx3bi5d8s0z6n12sdc06qp9gc4k9h2mlw3vz187ny"))))
 | 
					                "1rp5y1xjmsxplrzl0yf23g6rdjsw7ryh5pxs4pydpsryjjdwnf84"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (outputs '("out" "debug"))
 | 
					    (outputs '("out" "debug"))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue