gnu: libreoffice: Update to 7.3.5.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.3.5.2. [inputs]: Add LIBCUCKOO and ZXING-CPP. * gnu/packages/hunspell.scm (hunspell-dictionary): Update hash.
This commit is contained in:
		
							parent
							
								
									47710f2a4f
								
							
						
					
					
						commit
						8bdc95ecae
					
				
					 2 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
					@ -46,7 +46,7 @@
 | 
				
			||||||
              (string-append "libreoffice-" version))))
 | 
					              (string-append "libreoffice-" version))))
 | 
				
			||||||
       (file-name (git-file-name "libreoffice-dictionaries" version))
 | 
					       (file-name (git-file-name "libreoffice-dictionaries" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0h1sz8haqwpis4af1vy7jvivl4rr9g53l4l680qa7yn0691gkiv3"))))
 | 
					        (base32 "1qyn56kcn2scdlssjgi5b33hnsh20mmnd60w78z0gp7bs0mv0wcs"))))
 | 
				
			||||||
    (build-system trivial-build-system)
 | 
					    (build-system trivial-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("source" ,source)))
 | 
					     `(("source" ,source)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -54,6 +54,7 @@
 | 
				
			||||||
  #:use-module (gnu packages curl)
 | 
					  #:use-module (gnu packages curl)
 | 
				
			||||||
  #:use-module (gnu packages cyrus-sasl)
 | 
					  #:use-module (gnu packages cyrus-sasl)
 | 
				
			||||||
  #:use-module (gnu packages databases)
 | 
					  #:use-module (gnu packages databases)
 | 
				
			||||||
 | 
					  #:use-module (gnu packages datastructures)
 | 
				
			||||||
  #:use-module (gnu packages documentation)
 | 
					  #:use-module (gnu packages documentation)
 | 
				
			||||||
  #:use-module (gnu packages flex)
 | 
					  #:use-module (gnu packages flex)
 | 
				
			||||||
  #:use-module (gnu packages fontutils)
 | 
					  #:use-module (gnu packages fontutils)
 | 
				
			||||||
| 
						 | 
					@ -1048,7 +1049,7 @@ converting QuarkXPress file format.  It supports versions 3.1 to 4.1.")
 | 
				
			||||||
(define-public libreoffice
 | 
					(define-public libreoffice
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libreoffice")
 | 
					    (name "libreoffice")
 | 
				
			||||||
    (version "7.1.4.2")
 | 
					    (version "7.3.5.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1057,7 +1058,7 @@ converting QuarkXPress file format.  It supports versions 3.1 to 4.1.")
 | 
				
			||||||
         "https://download.documentfoundation.org/libreoffice/src/"
 | 
					         "https://download.documentfoundation.org/libreoffice/src/"
 | 
				
			||||||
         (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
 | 
					         (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1jsskhnlyra7q6d12kkc8dxq5fgrnd8grl32bdck7j9hkwv6d13m"))))
 | 
					        (base32 "14g9873x8m5yakpq7v9f7lhc5fkxh6yhjhgh0pm30cqmxsqhsglv"))))
 | 
				
			||||||
    (build-system glib-or-gtk-build-system)
 | 
					    (build-system glib-or-gtk-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("bison" ,bison)
 | 
					     `(("bison" ,bison)
 | 
				
			||||||
| 
						 | 
					@ -1093,6 +1094,7 @@ converting QuarkXPress file format.  It supports versions 3.1 to 4.1.")
 | 
				
			||||||
       ("libabw" ,libabw)
 | 
					       ("libabw" ,libabw)
 | 
				
			||||||
       ("libcdr" ,libcdr)
 | 
					       ("libcdr" ,libcdr)
 | 
				
			||||||
       ("libcmis" ,libcmis)
 | 
					       ("libcmis" ,libcmis)
 | 
				
			||||||
 | 
					       ("libcuckoo" ,libcuckoo)
 | 
				
			||||||
       ("libjpeg-turbo" ,libjpeg-turbo)
 | 
					       ("libjpeg-turbo" ,libjpeg-turbo)
 | 
				
			||||||
       ("libe-book" ,libe-book)
 | 
					       ("libe-book" ,libe-book)
 | 
				
			||||||
       ("libepubgen" ,libepubgen)
 | 
					       ("libepubgen" ,libepubgen)
 | 
				
			||||||
| 
						 | 
					@ -1142,6 +1144,7 @@ converting QuarkXPress file format.  It supports versions 3.1 to 4.1.")
 | 
				
			||||||
       ("xdg-utils" ,xdg-utils)
 | 
					       ("xdg-utils" ,xdg-utils)
 | 
				
			||||||
       ("xmlsec" ,xmlsec-nss)
 | 
					       ("xmlsec" ,xmlsec-nss)
 | 
				
			||||||
       ("zip" ,zip)
 | 
					       ("zip" ,zip)
 | 
				
			||||||
 | 
					       ("zxing-cpp" ,zxing-cpp)
 | 
				
			||||||
       ("dtoa"              ; needed after version 6.4.7.2.
 | 
					       ("dtoa"              ; needed after version 6.4.7.2.
 | 
				
			||||||
        ,(origin
 | 
					        ,(origin
 | 
				
			||||||
           (method url-fetch)
 | 
					           (method url-fetch)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue