guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rdiff-backup: Update to 2.2.4.


From: guix-commits
Subject: branch master updated: gnu: rdiff-backup: Update to 2.2.4.
Date: Thu, 04 May 2023 00:47:04 -0400

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7a0a186a32 gnu: rdiff-backup: Update to 2.2.4.
7a0a186a32 is described below

commit 7a0a186a32524d4156bf96786d708fab323cebff
Author: Eric Bavier <bavier@posteo.net>
AuthorDate: Wed May 3 23:46:02 2023 -0500

    gnu: rdiff-backup: Update to 2.2.4.
    
    * gnu/packages/backup.scm (rdiff-backup): Update to 2.2.4.
    [inputs]: Add python-pyaml.
---
 gnu/packages/backup.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 7f44008b52..dd554a0e5b 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2020 Eric Bavier <bavier@posteo.net>
+;;; Copyright © 2014, 2015, 2020, 2023 Eric Bavier <bavier@posteo.net>
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2015, 2016, 2017, 2021, 2022 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -480,19 +480,19 @@ errors.")
 (define-public rdiff-backup
   (package
     (name "rdiff-backup")
-    (version "2.0.5")
+    (version "2.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/rdiff-backup/rdiff-backup/releases/";
                            "download/v" version "/rdiff-backup-" version 
".tar.gz"))
        (sha256
-        (base32 "11rvjcp77zwgkphz1kyf5yqgr3rlss7dm9xzmvpvc4lp99xq7drb"))))
+        (base32 "1xfvy1xql8zl7rprnaxwya8bp9g7rg8v5pwhr93svhj2594m30cl"))))
     (build-system python-build-system)
     (native-inputs
      (list python-setuptools-scm))
     (inputs
-     (list python librsync))
+     (list python python-pyaml librsync))
     (arguments
      `(#:tests? #f))                    ; Tests require root/sudo
     (home-page "https://rdiff-backup.net/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]