all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46738] [PATCH] gnu: git-annex: Update to 8.20210223.
@ 2021-02-24  1:38 Kyle Meyer
  2021-02-24 16:08 ` bug#46738: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2021-02-24  1:38 UTC (permalink / raw)
  To: 46738

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223.
---
 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 16531cf290..7464d94356 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -340,14 +340,14 @@ (define-public ghcid
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "8.20210127")
+    (version "8.20210223")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/"
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3"))))
+        (base32 "07wxf44pdh9d1pxqympgyfbkk8vk0pqbgxma0mkadlkdr6c9z832"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags

base-commit: c418c6b64cbfa7a4eb1bfb7d02a99083103dd40e
-- 
2.30.1.823.g0a3b79fd18





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46738: [PATCH] gnu: git-annex: Update to 8.20210223.
  2021-02-24  1:38 [bug#46738] [PATCH] gnu: git-annex: Update to 8.20210223 Kyle Meyer
@ 2021-02-24 16:08 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-02-24 16:08 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: 46738-done

On Tue, Feb 23, 2021 at 08:38:43PM -0500, Kyle Meyer wrote:
> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223.

Thanks! Pushed as 4354e2ed2bbf11aeabfcc7105b9bc7b431d28b93




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-24 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  1:38 [bug#46738] [PATCH] gnu: git-annex: Update to 8.20210223 Kyle Meyer
2021-02-24 16:08 ` bug#46738: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.