[PATCH] gnu: git-annex: Update to 8.20200309.

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

Debbugs page

Kyle Meyer wrote 5 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20200309222903.3841-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200309.
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 521aaf5870..6005816260 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -269,14 +269,14 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
- (version "8.20200226")
+ (version "8.20200309")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "09v80ni1w9z1im79lzrnpz7xlivwna44zqpwq4axwyd17cffqi9m"))))
+ (base32 "1yjb01jh5rccqg44nqh4iyxmbpkcpm6m82lnw7s0s2vizj8891p5"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: 51f30d4fdf197b1dad5ddb1405611fbaee55d1f2
--
2.25.1
Efraim Flashner wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 40004-done@debbugs.gnu.org)
20200310091957.GU1423@E5400
Looks good. Patch pushed!

Have to looked into what would be required to enable the other features
we don't have yet for git-annex? From the build log it looks like we
currently don't have the assistant, the webapp, local pairing, webdav or
inotify support. No pressure, just wondering if you'd thought about it.


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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl5nW70ACgkQQarn3Mo9
g1ED8RAAtCKVVRW8Ala9Lk60fcAmnb5BlK3s8whkrw59yju4Nm6k7sk7/do6AmTh
DI6+bkoeh9Z1cwnXozEQ96wLF1952rYjhNkOu7tUde1tAoDen2pvIzoEbgObmAn9
nXcK/gFbX1LYZ1rLV687O/waVG/0gZfHSlteaEnr3FZO3di9s6oanagZ+4MEJhTn
axFFiSCYBbQax0YYi/CJoN8GpTUDNFV7pR8Grs+UbiAwNKeGEDFIXxtNsbc/ppIc
jBauyDJMjvTmXNPXdSdRHO2oaKrNM3gtM6p0iHChlRjgK+IpxCMFtUYY83H2yBvm
FFvq/GiTVqaRYObbZeZK5LwDtshyRX8jzZ/7QtxRDVl2AUnNJwjhM8Bd5ZAParSH
YR42TAcxq4eO9c9M+rIPQ5Xqt81HFiyschFEqj6BSPvGPELSlnDEeb6rfGEjokNt
rW7jf919pQTRkNn4Yh5fjZbvVKlJOTaiDc5FMSgBW11dyvA3KiMKn+d/sUc2GnEH
kq5uVM2tVYHcJwmW3NoD2uFMtPqua2KHpOydxldLaFl5qv7Ncdhw8sKUj/NyeIRZ
kHE6aWGUqxM9ByLrKZlf2ymfjY1LHVrqVvbWZ4SMPl5bKncdJSxNQYZBBtli2wkt
BG0EfgPnNqW9580ngM1W2cRoMTwDs0ESekooCQ+7x6937/3H3nw=
=Gdqb
-----END PGP SIGNATURE-----


Closed
Kyle Meyer wrote 5 years ago
(name . Efraim Flashner)(address . efraim@flashner.co.il)(address . 40004-done@debbugs.gnu.org)
87v9nb7f5h.fsf@kyleam.com
Hi Efraim,

Thanks for applying the update.

Efraim Flashner <efraim@flashner.co.il> writes:

Toggle quote (5 lines)
> Have to looked into what would be required to enable the other features
> we don't have yet for git-annex? From the build log it looks like we
> currently don't have the assistant, the webapp, local pairing, webdav or
> inotify support. No pressure, just wondering if you'd thought about it.

Good question. I haven't really given it much thought because I
personally don't use any of those features. I'll make a note to take a
look into enabling some of them, though realistically that will probably
remain buried in my to-do list unless I know there is a Guix user that
actually wants one of those features.

Perhaps worth noting: Of the subset of git-annex users (266) that took
the 2018 survey [0], under 10% reported using mostly the assistant,
while over 80% said they used mostly the command-line. Who knows how
representative that is, but I wouldn't be surprised if the
Guix/git-annex user subset skews even more toward the command-line.

Closed
?
Your comment

This issue is archived.

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

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