[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/21: gnu: git-annex: Update to 8.20210127.
From: |
guix-commits |
Subject: |
01/21: gnu: git-annex: Update to 8.20210127. |
Date: |
Thu, 28 Jan 2021 15:08:12 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7495843d3ca08f33beb0f057a9d672899184a8e1
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Wed Jan 27 19:55:12 2021 -0500
gnu: git-annex: Update to 8.20210127.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210127.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 19a0fc8..a6fb33c 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -339,14 +339,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "8.20201127")
+ (version "8.20210127")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "0n9m5ffgbzms0nh9dskrc7vjgwwwi9f9gxyh498wnspf96729zz7"))))
+ (base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
- branch master updated (c2538db -> d889c96), guix-commits, 2021/01/28
- 04/21: gnu: libgdiplus: Update to 6.0.5., guix-commits, 2021/01/28
- 02/21: gnu: esbuild: Update to 0.8.36., guix-commits, 2021/01/28
- 03/21: gnu: libfprint: Update to 1.90.7., guix-commits, 2021/01/28
- 05/21: gnu: dnsmasq: Update to 2.84., guix-commits, 2021/01/28
- 06/21: gnu: xfce4-genmon-plugin: Update to 4.1.1., guix-commits, 2021/01/28
- 01/21: gnu: git-annex: Update to 8.20210127.,
guix-commits <=
- 10/21: gnu: xcb-imdkit: Update to 1.0.2., guix-commits, 2021/01/28
- 07/21: gnu: libcap-ng: Update to 0.8.2., guix-commits, 2021/01/28
- 11/21: gnu: libime: Update to 1.0.3., guix-commits, 2021/01/28
- 12/21: gnu: fcitx5: Update to 5.0.4., guix-commits, 2021/01/28
- 08/21: gnu: gusb: Update to 0.3.5., guix-commits, 2021/01/28
- 09/21: gnu: fcitx5-configtool: Fix indentation., guix-commits, 2021/01/28
- 13/21: gnu: fcitx5-lua: Update to 5.0.2., guix-commits, 2021/01/28
- 14/21: gnu: fcitx5-chinese-addons: Update to 5.0.3., guix-commits, 2021/01/28
- 17/21: gnu: fcitx5-configtool: Update to 5.0.2., guix-commits, 2021/01/28
- 19/21: gnu: libfabric: Update to 0.11.2., guix-commits, 2021/01/28