diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-15 16:37:27 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-15 16:39:47 +0100 |
| commit | 05ab9bd7f36659ac3d116134891aca23da102144 (patch) | |
| tree | 692d69849cfad9636cc012f4fc79ed6ac963653d /gnu | |
| parent | af643735a546d9d3538113ebab4b5892f34c131a (diff) | |
gnu: vorta: Update to 0.10.3.
* gnu/packages/backup.scm (vorta): Update to 0.10.3.
[arguments]<#:test-flags>: Disable test.
Change-Id: I9d9e109a7ae97ad00c3df202f43d6d426eeb93e4
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/backup.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index bc449a9591a..13c5590f555 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm | |||
| @@ -1397,7 +1397,7 @@ borgmatic is powered by borg.") | |||
| 1397 | (define-public vorta | 1397 | (define-public vorta |
| 1398 | (package | 1398 | (package |
| 1399 | (name "vorta") | 1399 | (name "vorta") |
| 1400 | (version "0.9.1") | 1400 | (version "0.10.3") |
| 1401 | ;; The test folder is not included in the PyPI archive. | 1401 | ;; The test folder is not included in the PyPI archive. |
| 1402 | (source (origin | 1402 | (source (origin |
| 1403 | (method git-fetch) | 1403 | (method git-fetch) |
| @@ -1407,14 +1407,15 @@ borgmatic is powered by borg.") | |||
| 1407 | (file-name (git-file-name name version)) | 1407 | (file-name (git-file-name name version)) |
| 1408 | (sha256 | 1408 | (sha256 |
| 1409 | (base32 | 1409 | (base32 |
| 1410 | "0lhqikwrydnys24yic6xaqidwacdibx48cl0066xv9xnsjanfsf0")))) | 1410 | "0b4042a0lpbmwlmbh5559b2x9vr2055w6jjrs7088n45d7rkn4sn")))) |
| 1411 | (build-system pyproject-build-system) | 1411 | (build-system pyproject-build-system) |
| 1412 | (arguments | 1412 | (arguments |
| 1413 | (list | 1413 | (list |
| 1414 | #:test-flags | 1414 | #:test-flags |
| 1415 | #~(list "-k" "not test_excludes" | 1415 | #~(list "-k" "not test_excludes" |
| 1416 | "--ignore=tests/integration" | 1416 | "--ignore=tests/integration" |
| 1417 | "--ignore=tests/unit") | 1417 | "--ignore=tests/unit" |
| 1418 | "--ignore=tests/network_manager/test_darwin.py") | ||
| 1418 | #:imported-modules `((guix build qt-utils) | 1419 | #:imported-modules `((guix build qt-utils) |
| 1419 | (guix build cmake-build-system) | 1420 | (guix build cmake-build-system) |
| 1420 | (guix build qt-build-system) | 1421 | (guix build qt-build-system) |
