gnu: libdqlite: Update to 1.9.0.
* gnu/packages/cluster.scm (libdqlite): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									5c3f764aaf
								
							
						
					
					
						commit
						15daaaff80
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -228,7 +228,7 @@ snapshots).")
 | 
			
		|||
(define-public libdqlite
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libdqlite")
 | 
			
		||||
    (version "1.7.0")
 | 
			
		||||
    (version "1.9.0")
 | 
			
		||||
    (home-page "https://github.com/canonical/dqlite")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -237,7 +237,7 @@ snapshots).")
 | 
			
		|||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "15cg8yl3n7lcg0qyg0byciz8v6y200ghmzzkwpdzggy3m6c168wl"))))
 | 
			
		||||
                "0zalsvr0vy7632nhm96a29lrfy18iqsmbxpyz2lvq80mrjlbrzsn"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue