[PATCH] gnu: archivemount: Update to 0.9.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201103045507.12362-1-mike@rohleder.de
* gnu/packages/linux.scm (archivemount): Update to 0.9.1.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 855bc7cfa9..c87c5ffb09 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2906,14 +2906,14 @@ file system is as easy as logging into the server with an SSH client.")
(define-public archivemount
(package
(name "archivemount")
- (version "0.8.12")
+ (version "0.9.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.cybernoia.de/software/archivemount/"
"archivemount-" version ".tar.gz"))
(sha256
- (base32 "12fb8fcmd1zwvfgzx4pay47md5cr2kgxcgq82cm6skmq75alfzi4"))))
+ (base32 "1cy5b6qril9c3ry6fv7ir87s8iyy5vxxmbyx90dm86fbra0vjaf5"))))
(build-system gnu-build-system)
(inputs `(("fuse" ,fuse)
("libarchive" ,libarchive)))
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44406-done@debbugs.gnu.org)
20201104091111.GE9755@E5400
Looks good. Patch pushed.

--
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+icC4ACgkQQarn3Mo9
g1Ft6g//SJijJCbfQMtYz5R7c/pkEA2ESMvuS0KnUt1g6qN13W3ztJq2VWR2kn+4
oKA1n/ywFVQTFPaFcMPmRmT6440wM9O1tKn9YVTnz/FfYbAittz/UikTvrm5P2sw
bzcukuVXrIjyP0Xb9TLbGrCNzH2F7S480ZxO0ikPXKsuuOlFjTwpiE6SEgdWXxvw
LK0gjD5dxhG7gcDAh52WJHRz9Wfb9iRzboaayNwMpn+O1+4RLy1jdOeBtDXf7gCS
KOj5ADWwuF+NAwKdzIt6COaPxxULop4KbQ5omSDOFEg+ekAFRy/jK/G6fW3X8UB9
0uuMk8A0NkSmBtUdAkxaeiB3/2vuEvUw9f5gUzEu+7Sv1jk4aManFGKks9hM0YRp
TDtZ8bWVGlSW+QunarT3ODRES/BZRDPB/ybqL4Nu485LB41n6s0aM3bJonn6r9fW
mkQP92PbZWADaSibXheAacLAS5PMQZQCU7ct91TJM+qM/TyPRRQX32AhOL6gBndc
tWvL96OR5Q52fTNYpkdNakGsdkC+G8LMsleE1C+UzWK0qCHyjE6cXy81nrNMQJPD
xmBfFXlDkBAnf5KGla7niw4MlDTfErmZwLG+wamDn1KP12TiK1KLzDG46FZ3Z6W9
Rs1Ppewl44K3Xsx0CoEk98n6+dWNNi/FsCBtoosNwF6l351TqlE=
=jLtj
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 44406
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