diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-05 17:37:03 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-05 17:41:51 +0530 |
| commit | 9a6abcb713fad6d20d72ed56d250eb83583480c8 (patch) | |
| tree | a4e6ded434cda9df13c927fa9ac0d8c6bf66bdab /gnu/packages/version-control.scm | |
| parent | 4b2ba9592e5bd7e681b3d49f143c28f3be5903d3 (diff) | |
gnu: qgit: Update to 2.13.
* gnu/packages/version-control.scm (qgit): Update to 2.13.
[source]<patches>: Remove qgit-2.13-fix-search-style.patch.
* gnu/packages/patches/qgit-2.13-fix-search-style.patch: Remove file.
* gnu/local.mk: Deregister it.
Change-Id: I47bb9211febd5a8bdf29bb898bab7cbc2aa6df1e
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index f35d3955b1d..c69650f7a79 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -4334,7 +4334,7 @@ TkDiff is included for browsing and merging your changes.") | |||
| 4334 | (define-public qgit | 4334 | (define-public qgit |
| 4335 | (package | 4335 | (package |
| 4336 | (name "qgit") | 4336 | (name "qgit") |
| 4337 | (version "2.12") | 4337 | (version "2.13") |
| 4338 | (source (origin | 4338 | (source (origin |
| 4339 | (method git-fetch) | 4339 | (method git-fetch) |
| 4340 | (uri (git-reference | 4340 | (uri (git-reference |
| @@ -4343,11 +4343,7 @@ TkDiff is included for browsing and merging your changes.") | |||
| 4343 | (file-name (git-file-name name version)) | 4343 | (file-name (git-file-name name version)) |
| 4344 | (sha256 | 4344 | (sha256 |
| 4345 | (base32 | 4345 | (base32 |
| 4346 | "16gy1xyn4xa3bjziphcdixbf6qv3bcs81z2k9j6biwpzs1ingkdb")) | 4346 | "0di205cy97qdfgwnmzscw0ar7i734gmqjxz1lyfdrfhwhwapmv44")))) |
| 4347 | ;; TODO: Remove this patch in the next update since it is fixed | ||
| 4348 | ;; in the next commit. | ||
| 4349 | (patches | ||
| 4350 | (search-patches "qgit-2.12-fix-search-style.patch")))) | ||
| 4351 | (build-system qt-build-system) | 4347 | (build-system qt-build-system) |
| 4352 | (arguments | 4348 | (arguments |
| 4353 | (list #:qtbase qtbase | 4349 | (list #:qtbase qtbase |
