gnu: scintilla: Update to 4.4.4.
* gnu/packages/text-editors.scm (scintilla): Update to 4.4.4.
This commit is contained in:
		
							parent
							
								
									a6bf3f7591
								
							
						
					
					
						commit
						ab4943a70c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -743,14 +743,14 @@ and Octave.  TeXmacs is completely extensible via Guile.")
 | 
			
		|||
(define-public scintilla
 | 
			
		||||
  (package
 | 
			
		||||
    (name "scintilla")
 | 
			
		||||
    (version "4.4.3")
 | 
			
		||||
    (version "4.4.4")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (let ((v (apply string-append (string-split version #\.))))
 | 
			
		||||
              (string-append "https://www.scintilla.org/scintilla" v ".tgz")))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "080v9l7dn3qgkdg0nc0kwpj6warwpi904zjgz9kzg1l6pknxf21s"))))
 | 
			
		||||
        (base32 "1zjsb6iiqi4cw9r9md3xv8qyy86ssz11p680xn7vmllrxshxvs8y"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:make-flags (list "GTK3=1" "CC=gcc" "-Cgtk")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue