gnu: kitinerary: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kitinerary): Update to 23.04.3. [inputs]: Add zxing-cpp.
This commit is contained in:
		
							parent
							
								
									88a0745564
								
							
						
					
					
						commit
						6d8c8949ee
					
				
					 1 changed files with 7 additions and 6 deletions
				
			
		|  | @ -29,6 +29,7 @@ | ||||||
|   #:use-module (guix packages) |   #:use-module (guix packages) | ||||||
|   #:use-module (guix utils) |   #:use-module (guix utils) | ||||||
|   #:use-module (gnu packages) |   #:use-module (gnu packages) | ||||||
|  |   #:use-module (gnu packages aidc) | ||||||
|   #:use-module (gnu packages boost) |   #:use-module (gnu packages boost) | ||||||
|   #:use-module (gnu packages compression) |   #:use-module (gnu packages compression) | ||||||
|   #:use-module (gnu packages cyrus-sasl) |   #:use-module (gnu packages cyrus-sasl) | ||||||
|  | @ -1055,15 +1056,14 @@ easier to do so.") | ||||||
| (define-public kitinerary | (define-public kitinerary | ||||||
|   (package |   (package | ||||||
|     (name "kitinerary") |     (name "kitinerary") | ||||||
|     (version "22.08.1") |     (version "23.04.3") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append |               (uri (string-append "mirror://kde/stable/release-service/" | ||||||
|                     "https://invent.kde.org/pim/kitinerary/-/archive/v" |                                   version "/src/kitinerary-" version ".tar.xz")) | ||||||
|                     version "/kitinerary-v" version ".tar.gz")) |  | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1gpy5siaw9k4332ii6a87rq162dbmyfkqp1l1k8bmldg1755v3jz")))) |                 "0fcqix7hgmv7qcfxzmqy61kg7dqi5zas5vqfs7pfycgcxma0g869")))) | ||||||
|     (build-system qt-build-system) |     (build-system qt-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      (list #:phases #~(modify-phases %standard-phases |      (list #:phases #~(modify-phases %standard-phases | ||||||
|  | @ -1089,7 +1089,8 @@ easier to do so.") | ||||||
|                   qtlocation |                   qtlocation | ||||||
|                   qtquickcontrols2-5 |                   qtquickcontrols2-5 | ||||||
|                   libxml2 |                   libxml2 | ||||||
|                   zlib)) |                   zlib | ||||||
|  |                   zxing-cpp)) | ||||||
|     (home-page "https://apps.kde.org/itinerary/") |     (home-page "https://apps.kde.org/itinerary/") | ||||||
|     (synopsis |     (synopsis | ||||||
|      "Data Model and Extraction System for Travel Reservation information") |      "Data Model and Extraction System for Travel Reservation information") | ||||||
|  |  | ||||||
		Reference in a new issue