From 0d200e9f3f512d5d8dabd9a7dda6a9fab74359c9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jul 2017 05:19:00 +0200 Subject: gnu: par2cmdline: Update to 0.7.3. * gnu/packages/backup.scm (par2cmdline): Update to 0.7.3. --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/backup.scm') diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 74e49e46db..0810a47f04 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -118,7 +118,7 @@ (define-public duplicity (define-public par2cmdline (package (name "par2cmdline") - (version "0.7.2") + (version "0.7.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/Parchive/par2cmdline/archive/v" @@ -126,7 +126,7 @@ (define-public par2cmdline (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0rsrca7903g08zrifv4102gkxrhmzvgwd1sb6vw9pa00qhzsfkzs")))) + "0dqwarc2aw5clgpf24d9dxh43b0k0z3l6kksn30arx9bdlmrk5rx")))) (native-inputs `(("automake" ,automake) ("autoconf" ,autoconf))) -- cgit v1.2.3 From f6d59ecf920dadcaa115579e29ad38d16780ea89 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jul 2017 06:43:55 +0200 Subject: gnu: par2cmdline: Improve synopsis & description. * gnu/packages/backup.scm (par2cmdline)[synopsis, description]: Fix a typo, end up re-writing most of it. --- gnu/packages/backup.scm | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'gnu/packages/backup.scm') diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 0810a47f04..92cb0489df 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -136,10 +136,15 @@ (define-public par2cmdline (modify-phases %standard-phases (add-after 'unpack 'autoreconf (lambda _ (zero? (system* "autoreconf" "-vfi"))))))) - (synopsis "File verification and repair tool") - (description "Par2cmdline is a tool for generating RAID-like PAR2 recovery -files using Reed-Solomon coding. PAR2 files can be stored along side backups -or distributed files for recovering from bitrot.") + (synopsis "File verification and repair tools") + (description "Par2cmdline uses Reed-Solomon error-correcting codes to +generate and verify PAR2 recovery files. These files can be distributed +alongside the source files or stored together with back-ups to protect against +transmission errors or @dfn{bit rot}, the degradation of storage media over +time. +Unlike a simple checksum, PAR2 doesn't merely detect errors: as long as the +damage isn't to great (and smaller than the size of the recovery file), it can +even repair them.") (home-page "https://github.com/Parchive/par2cmdline") (license license:gpl3+))) -- cgit v1.2.3 From a2dd9270916b9dbb04adbc6c3db8a74d01559870 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jul 2017 06:49:07 +0200 Subject: gnu: par2cmdline: Fix typo. * gnu/packages/backup.scm (par2cmdline)[description]: Fix typo only visible on white backgrounds. Use less ambiguous word. --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/backup.scm') diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 92cb0489df..c619961aac 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -143,8 +143,8 @@ (define-public par2cmdline transmission errors or @dfn{bit rot}, the degradation of storage media over time. Unlike a simple checksum, PAR2 doesn't merely detect errors: as long as the -damage isn't to great (and smaller than the size of the recovery file), it can -even repair them.") +damage isn't too extensive (and smaller than the size of the recovery file), it +can even repair them.") (home-page "https://github.com/Parchive/par2cmdline") (license license:gpl3+))) -- cgit v1.2.3 From cd4f35c3794acbe78aab83972c22335479162cd8 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 20 Jul 2017 22:03:52 -0400 Subject: gnu: borg: Update to 1.0.11. * gnu/packages/backup.scm (borg): Update to 1.0.11. --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/backup.scm') diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index c619961aac..f9a537d712 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -462,13 +462,13 @@ (define-public libchop (define-public borg (package (name "borg") - (version "1.0.10") + (version "1.0.11") (source (origin (method url-fetch) (uri (pypi-uri "borgbackup" version)) (sha256 (base32 - "1sarmpzwr8dhbg0hsvaclcsjfax36ssb32d9klhhah4j8kqji3wp")) + "14fjk5dfwmjkn7nmkbhhbrk3g1wfrn8arvqd5r9jaij534nzsvpw")) (modules '((guix build utils))) (snippet '(for-each -- cgit v1.2.3