all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62931] [PATCH] gnu: borgmatic: Update to 1.7.12.
@ 2023-04-18 12:46 Fabio Natali
  2023-04-18 23:51 ` bug#62931: " Leo Famulari
  2023-04-22 20:47 ` [bug#62931] Close Andreas Enge
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Natali @ 2023-04-18 12:46 UTC (permalink / raw)
  To: 62931; +Cc: Fabio Natali

Updating borgmatic to 1.7.12.

---
 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 97a4c36696..134647d33d 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1255,13 +1255,13 @@ (define-public disarchive
 (define-public borgmatic
   (package
     (name "borgmatic")
-    (version "1.7.9")
+    (version "1.7.12")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "borgmatic" version))
        (sha256
-        (base32 "1scfh90qgv8xhafnnpl3pa9d8m4rg9xgvf21yybvmsnm5v1k2x5z"))))
+        (base32 "0720wvs3h2w8h28d7mpvjfp0q37dnrwf1y2ik3y4yr9csih7fmgh"))))
     (build-system python-build-system)
     (arguments
      (list #:phases
-- 
2.39.2





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

end of thread, other threads:[~2023-04-22 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 12:46 [bug#62931] [PATCH] gnu: borgmatic: Update to 1.7.12 Fabio Natali
2023-04-18 23:51 ` bug#62931: " Leo Famulari
2023-04-19  8:55   ` [bug#62931] " Fabio Natali
2023-04-22 20:47 ` [bug#62931] Close Andreas Enge

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.