From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtI4p-00067B-Eg for guix-patches@gnu.org; Mon, 11 Feb 2019 15:21:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtHq6-0007zL-7E for guix-patches@gnu.org; Mon, 11 Feb 2019 15:06:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44850) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtHq6-0007zH-42 for guix-patches@gnu.org; Mon, 11 Feb 2019 15:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtHq5-0003sU-QV for guix-patches@gnu.org; Mon, 11 Feb 2019 15:06:01 -0500 Subject: [bug#34445] [PATCH] gnu: disorderfs: Update to 0.5.6. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:39842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtHXf-0001BH-18 for guix-patches@gnu.org; Mon, 11 Feb 2019 14:46:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtHXe-0002vU-0s for guix-patches@gnu.org; Mon, 11 Feb 2019 14:46:58 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:55640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtHXd-0002uY-R0 for guix-patches@gnu.org; Mon, 11 Feb 2019 14:46:57 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 359E91AA27 for ; Mon, 11 Feb 2019 11:46:54 -0800 (PST) From: Vagrant Cascadian Date: Mon, 11 Feb 2019 11:46:47 -0800 Message-ID: <878sym3y6w.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34445@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/file-systems (disorderfs): Update to 0.5.6. =2D-- gnu/packages/file-systems.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 066d6d843b..c778ebd21e 100644 =2D-- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -109,7 +109,7 @@ single file can be mounted.") (define-public disorderfs (package (name "disorderfs") =2D (version "0.5.5") + (version "0.5.6") (source (origin (method git-fetch) @@ -119,7 +119,7 @@ single file can be mounted.") (file-name (git-file-name name version)) (sha256 (base32 =2D "18c32qcdzbxrzg7srnqnw1ls9yqqxyk9b996yxr6w2znw6x6n8v4")))) + "1zn2ydap8k9fwjl3ivgrg6l32s5p4ik6ca6j1idp7c77znlv6cpp")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXGHRKAAKCRDcUY/If5cW qoF/AQDehyQ1FtkQrUb8NZFLu8bhk3a79hOqHsbjz5g/J8354AEA5sFpHMVeTFsj pS4FA4ChFrc0WSMz4sCGyYWZz+MpagI= =IpBs -----END PGP SIGNATURE----- --=-=-=--