unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56966] [PATCH] gnu: vorta: Update to 0.8.7.
@ 2022-08-04  4:56 John Kehayias via Guix-patches via
  2022-08-04  5:15 ` John Kehayias via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: John Kehayias via Guix-patches via @ 2022-08-04  4:56 UTC (permalink / raw)
  To: 56966

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

Quick version bump patch for Vorta. Tested that it builds and used it for a backup. Fixes this issue I hit on 0.8.3: https://github.com/borgbase/vorta/issues/1370

Thanks!
John

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-vorta-Update-to-0.8.7.patch --]
[-- Type: text/x-patch; name=0001-gnu-vorta-Update-to-0.8.7.patch, Size: 1036 bytes --]

From dcf451b3d7dc815e4aefd9dd2cc5332a7cf08e55 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Thu, 4 Aug 2022 00:53:33 -0400
Subject: [PATCH] gnu: vorta: Update to 0.8.7.

* gnu/packages/backup.scm (vorta): Update to 0.8.7.
---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 06a8ac59eb..0d03d2e87f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1291,13 +1291,13 @@ (define-public borgmatic
 (define-public vorta
   (package
     (name "vorta")
-    (version "0.8.3")
+    (version "0.8.7")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "vorta" version))
               (sha256
                (base32
-                "0674crxsmf1gwiacpi9ixypgz685fyzr5y3f9sd768b0bmh7ilsn"))))
+                "0yv2z2djbl7aq3fa9m3ihzv9i99a5ahsxz7dlzwvvf4a7pmhc6b2"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-09 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04  4:56 [bug#56966] [PATCH] gnu: vorta: Update to 0.8.7 John Kehayias via Guix-patches via
2022-08-04  5:15 ` John Kehayias via Guix-patches via
2022-08-04 11:41 ` Jonathan Brielmaier
2022-08-04 17:27 ` John Kehayias via Guix-patches via
2022-08-09 15:59 ` bug#56966: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).