gnu: yggdrasil: Update to 0.5.6.
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.6. Change-Id: I365621a5147cdaf4e0ddfd51437a144aa00087aa Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
		
							parent
							
								
									aed52972ce
								
							
						
					
					
						commit
						f21aec551f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4608,7 +4608,7 @@ QUIC protocol.")
 | 
				
			||||||
(define-public yggdrasil
 | 
					(define-public yggdrasil
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "yggdrasil")
 | 
					    (name "yggdrasil")
 | 
				
			||||||
    (version "0.5.5")
 | 
					    (version "0.5.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4619,7 +4619,7 @@ QUIC protocol.")
 | 
				
			||||||
         (recursive? #t)))
 | 
					         (recursive? #t)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4"))
 | 
					        (base32 "1wcvqk45p1k165bd32dc3hl73r0i6g14rxxkjxfr9x2d8410l91f"))
 | 
				
			||||||
      (patches (search-patches "yggdrasil-extra-config.patch"))))
 | 
					      (patches (search-patches "yggdrasil-extra-config.patch"))))
 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue