[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54590] [PATCH 0/4] Update git-annex to 10.20220322
From: |
Kyle Meyer |
Subject: |
[bug#54590] [PATCH 0/4] Update git-annex to 10.20220322 |
Date: |
Sat, 26 Mar 2022 23:12:10 -0400 |
This series updates git-annex to the latest version. That requires a new
package because git-annex no longer bundles the http-client-restricted library
(patch 3). And http-client-restricted requires a newer version of
http-client-tls (patch 2), which in turn requires a newer version of
http-client (patch 1).
[1/4] gnu: ghc-http-client: Update to 0.7.11.
[2/4] gnu: ghc-http-client-tls: Update to 0.3.6.1.
[3/4] gnu: Add ghc-http-client-restricted.
[4/4] gnu: git-annex: Update to 10.20220322.
gnu/packages/haskell-apps.scm | 5 +++--
gnu/packages/haskell-web.scm | 39 ++++++++++++++++++++++++++++++-----
2 files changed, 37 insertions(+), 7 deletions(-)
base-commit: 943d4b775b9b1cc645e86206b0cf07da8d0030b3
--
2.34.0
- [bug#54590] [PATCH 0/4] Update git-annex to 10.20220322,
Kyle Meyer <=
- [bug#54590] [PATCH 1/4] gnu: ghc-http-client: Update to 0.7.11., Kyle Meyer, 2022/03/26
- [bug#54590] [PATCH 3/4] gnu: Add ghc-http-client-restricted., Kyle Meyer, 2022/03/26
- [bug#54590] [PATCH 4/4] gnu: git-annex: Update to 10.20220322., Kyle Meyer, 2022/03/26
- [bug#54590] [PATCH 2/4] gnu: ghc-http-client-tls: Update to 0.3.6.1., Kyle Meyer, 2022/03/26
- bug#54590: [PATCH 0/4] Update git-annex to 10.20220322, Leo Famulari, 2022/03/29