gnu: opendht: Update to 2.4.12.
* gnu/packages/networking.scm (opendht): Update to 2.4.12.
This commit is contained in:
		
							parent
							
								
									b3844dc99b
								
							
						
					
					
						commit
						fbbbc2088c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3732,7 +3732,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
 | 
				
			||||||
(define-public opendht
 | 
					(define-public opendht
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "opendht")
 | 
					    (name "opendht")
 | 
				
			||||||
    (version "2.4.10")
 | 
					    (version "2.4.12")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -3741,7 +3741,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
 | 
					                "0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w"))))
 | 
				
			||||||
    (outputs '("out" "python" "tools" "debug"))
 | 
					    (outputs '("out" "python" "tools" "debug"))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue