gnu: ldb: Update to 1.3.2.
* gnu/packages/samba.scm (ldb): Update to 1.3.2.
This commit is contained in:
		
							parent
							
								
									954b677195
								
							
						
					
					
						commit
						6b3ee23b7a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -338,14 +338,14 @@ many event types, including timers, signals, and the classic file descriptor eve
 | 
			
		|||
(define-public ldb
 | 
			
		||||
  (package
 | 
			
		||||
    (name "ldb")
 | 
			
		||||
    (version "1.3.1")
 | 
			
		||||
    (version "1.3.2")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
 | 
			
		||||
                                  version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1lnbcazm1kqqcc7syy0xbq9srhbylkqhpsmsbsm4c3xfangjr7xi"))))
 | 
			
		||||
                "1avn4fl393kc80krbc47phbp0argdkys62ycs8vm934a6nvz0gnf"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue