gnu: kldap: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kldap): Update to 23.04.3.
This commit is contained in:
		
							parent
							
								
									14b682f5c2
								
							
						
					
					
						commit
						fe2ea5a456
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1107,14 +1107,14 @@ model and itinerary extraction code.")
 | 
				
			||||||
(define-public kldap
 | 
					(define-public kldap
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kldap")
 | 
					    (name "kldap")
 | 
				
			||||||
    (version "22.08.1")
 | 
					    (version "23.04.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://kde/stable/release-service/" version
 | 
					       (uri (string-append "mirror://kde/stable/release-service/" version
 | 
				
			||||||
                           "/src/kldap-" version ".tar.xz"))
 | 
					                           "/src/kldap-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0hqvf939d2sqb2frizw9pnhgpc8vi627882d30ssymw5p5nm58il"))))
 | 
					        (base32 "0hp5j02kwh91xf0n6zqzgam7g50r54hzbkli5i7c0rxdb1g28ihm"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules kdoctools))
 | 
					     (list extra-cmake-modules kdoctools))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue