unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45702] [PATCH] gnu: dump: Update to 0.4b47.
@ 2021-01-06 19:28 Leo Famulari
  2021-01-31 20:26 ` Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2021-01-06 19:28 UTC (permalink / raw)
  To: 45702

* gnu/packages/backup.scm (dump): Update to 0.4b47.
[inputs]: Replace OPENSSL-1.0 with OPENSSL.
---
 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 ce6ea7fd49..78c5b31bb5 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1008,7 +1008,7 @@ is format-agnostic, so you can feed virtually any files to it.")
 (define-public dump
   (package
     (name "dump")
-    (version "0.4b46")
+    (version "0.4b47")
     (source
      (origin
        (method url-fetch)
@@ -1016,7 +1016,7 @@ is format-agnostic, so you can feed virtually any files to it.")
                            version "/dump-" version ".tar.gz"))
        (sha256
         (base32
-         "15rg5y15ak0ppqlhcih78layvg7cwp6hc16p3c58xs8svlkxjqc0"))))
+         "1l2gzzxyqhinx1yqvj4yn9k8vx3iyqi1965dxf9kvvdv9zgaq8fh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -1026,7 +1026,7 @@ is format-agnostic, so you can feed virtually any files to it.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("openssl" ,openssl-1.0)
+     `(("openssl" ,openssl)
        ("zlib" ,zlib)
        ("util-linux" ,util-linux "lib")
        ("e2fsprogs" ,e2fsprogs)))
-- 
2.30.0





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

* [bug#45702] [PATCH] gnu: dump: Update to 0.4b47.
  2021-01-06 19:28 [bug#45702] [PATCH] gnu: dump: Update to 0.4b47 Leo Famulari
@ 2021-01-31 20:26 ` Efraim Flashner
  2021-01-31 21:32   ` bug#45702: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2021-01-31 20:26 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 45702

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

Looks fine to me

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#45702: [PATCH] gnu: dump: Update to 0.4b47.
  2021-01-31 20:26 ` Efraim Flashner
@ 2021-01-31 21:32   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2021-01-31 21:32 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 45702-done

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

On Sun, Jan 31, 2021 at 10:26:59PM +0200, Efraim Flashner wrote:
> Looks fine to me

Thanks for your review! Pushed as 85243d0d63e2219d0d376a541fa67efc24e6e2c8

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-01-31 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 19:28 [bug#45702] [PATCH] gnu: dump: Update to 0.4b47 Leo Famulari
2021-01-31 20:26 ` Efraim Flashner
2021-01-31 21:32   ` bug#45702: " Leo Famulari

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).