unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 67721@debbugs.gnu.org
Subject: [bug#67721] [PATCH 1/3] gnu: Borg: Update to 1.2.7.
Date: Fri,  8 Dec 2023 19:26:20 -0500	[thread overview]
Message-ID: <811df17c3d1b259af8353b40b778558b42dc1620.1702081582.git.leo@famulari.name> (raw)
In-Reply-To: <ZXOz1vPC12Bgyian@jasmine.lan>

* gnu/packages/backup.scm (borg): Update to 1.2.7.
[inputs]: Replace python-msgpack-1.0.2 with python-msgpack.

Change-Id: I8529d737d90105f877f1c099f4b3afa9b0ed9fa8
---
 gnu/packages/backup.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 49b0fe2620..58c071e1fa 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -644,13 +644,13 @@ (define-public libchop
 (define-public borg
   (package
     (name "borg")
-    (version "1.2.6")
+    (version "1.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "borgbackup" version))
        (sha256
-        (base32 "178klb3pglhhz553frf928v7zvaiqvri9fbhj33yx7h3hvqgi9mp"))
+        (base32 "06j1v4bw9jkjh6m29ns5sigmp0cslcf0cyy8rrqij11w72ijhgzn"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -759,7 +759,7 @@ (define-public borg
            lz4
            openssl
            ;; This is the latest version of msgpack accepted by 'setup.py'.
-           python-msgpack-1.0.2
+           python-msgpack
            ;; FUSE 3 isn't working well, so we stick with FUSE 2 for now:
            ;; <https://issues.guix.gnu.org/53407>
            python-llfuse

base-commit: 06f25a9a85be1bbe7a709e58ce41c1a834e5f1ae
-- 
2.41.0





  reply	other threads:[~2023-12-09  0:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09  0:24 [bug#67721] Borg backup 1.2.7 update Leo Famulari
2023-12-09  0:26 ` Leo Famulari [this message]
2023-12-09  0:26   ` [bug#67721] [PATCH 2/3] gnu: Remove python-msgpack-1.0.2 Leo Famulari
2023-12-09  0:26   ` [bug#67721] [PATCH 3/3] gnu: python-msgpack-transitional: Update code comment Leo Famulari
2023-12-16 20:31   ` bug#67721: [PATCH 1/3] gnu: Borg: Update to 1.2.7 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=811df17c3d1b259af8353b40b778558b42dc1620.1702081582.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=67721@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).