[PATCH] gnu: disorderfs: Update to 0.5.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
878sym3y6w.fsf@ponder
* gnu/packages/file-systems (disorderfs): Update to 0.5.6.
---
gnu/packages/file-systems.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 066d6d843b..c778ebd21e 100644
--- 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")
- (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
- "18c32qcdzbxrzg7srnqnw1ls9yqqxyk9b996yxr6w2znw6x6n8v4"))))
+ "1zn2ydap8k9fwjl3ivgrg6l32s5p4ik6ca6j1idp7c77znlv6cpp"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXGHRKAAKCRDcUY/If5cW
qoF/AQDehyQ1FtkQrUb8NZFLu8bhk3a79hOqHsbjz5g/J8354AEA5sFpHMVeTFsj
pS4FA4ChFrc0WSMz4sCGyYWZz+MpagI=
=IpBs
-----END PGP SIGNATURE-----

Leo Famulari wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 34445-done@debbugs.gnu.org)
20190211215520.GB26604@jasmine.lan
On Mon, Feb 11, 2019 at 11:46:47AM -0800, Vagrant Cascadian wrote:
Toggle quote (2 lines)
> * gnu/packages/file-systems (disorderfs): Update to 0.5.6.

Thanks! Pushed as 75d12c40f7edd7f3abaada916d1c2018bd3b0d46
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlxh70cACgkQJkb6MLrK
fwge0hAAsI9XZLx1LPtSuXp59SpRwE98bEzDVy1MIkFT9oxdiWnvEyVa+QHYVDEG
mXDSMvLVQA4wTHFNFqfv46zEGI9gemwlg3vq2/ZU21rsV/bd2N4Fu1F9kEtAZRfW
UuzNzmXatOONyfzAcfe7g/cnRX89OqjEqt+3CD5tPUsyaQF3PSNt4PSYImsP5Lqu
/smFLQQ2ful4q6HVdgw2EKq3A3ARc+8xAKLWtpRUCZd1Wdedk8o9Hwlt+xdBpVDx
r0daHAlbvYTlmhpofSokZl13q3a/EztG3t8ne4hP6kkmUTA5xyiGhK6VIg6+Qzsw
gSTnWgk9bVKGJg+O/iWYymYOUibEVn/IssEC49WZR8VR9+26II8z0Rck6ixvBIC8
1PHLlvW4gn4ptxR1f+8MwUd3M6Y5KfWJw247ZlTPh93rsvLqGa1FyoLsAX9caVNe
C3rW8HjsbEI5rsGJ5VAKIFyt7tYjdBi2Hh/1KXg5p25Spawv5WGntChwuV0Yxi7J
rLoCVoHv5o7F1BlOrUv5H5wDBtaNvj04ZODD++1/0vgF42Yi2k0RUHQNbXCrlkPc
eJqCcby17jk3UrSh94fmiJaBTpc+1L+oksfGwV8gSdFQ+RWmbJ0OkojWVHRNupAX
sxoWP98cJ8a8d54g6m69ViMEg9Xv6CkMyOh1zmglLr6yl4zOv04=
=oFUq
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34445@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34445
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help