emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45702: closed ([PATCH] gnu: dump: Update to 0.4b47.)


From: GNU bug Tracking System
Subject: bug#45702: closed ([PATCH] gnu: dump: Update to 0.4b47.)
Date: Sun, 31 Jan 2021 21:34:01 +0000

Your message dated Sun, 31 Jan 2021 16:32:56 -0500
with message-id <YBciCDt1khO2MYio@jasmine.lan>
and subject line Re: [bug#45702] [PATCH] gnu: dump: Update to 0.4b47.
has caused the debbugs.gnu.org bug report #45702,
regarding [PATCH] gnu: dump: Update to 0.4b47.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45702: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45702
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: dump: Update to 0.4b47. Date: Wed, 6 Jan 2021 14:28:02 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45702] [PATCH] gnu: dump: Update to 0.4b47. Date: Sun, 31 Jan 2021 16:32:56 -0500
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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