unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42809] [PATCH] gnu: git-annex: Update to 8.20200810.
@ 2020-08-11 13:53 Kyle Meyer
  2020-08-13  8:34 ` bug#42809: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2020-08-11 13:53 UTC (permalink / raw)
  To: 42809

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200810.
---
 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 4c8bf407ba..c70f1736d7 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -341,14 +341,14 @@ (define-public ghcid
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "8.20200720.1")
+    (version "8.20200810")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/"
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "0g4wlfkwr9w21hvdywc7sk077rxlnigdr4m4yz41rc0s2nbjc9fn"))))
+        (base32 "1wy6ckcf5f6m94gakg1504h1zryail3mmj85sglq03s45vawjcg6"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags

base-commit: ed62aa0af5e6801c398d59c3d67a42d61b060ada
-- 
2.28.0.199.g4234a9100e





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

* bug#42809: [PATCH] gnu: git-annex: Update to 8.20200810.
  2020-08-11 13:53 [bug#42809] [PATCH] gnu: git-annex: Update to 8.20200810 Kyle Meyer
@ 2020-08-13  8:34 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-13  8:34 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: 42809-done


> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200810.

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2020-08-13  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11 13:53 [bug#42809] [PATCH] gnu: git-annex: Update to 8.20200810 Kyle Meyer
2020-08-13  8:34 ` bug#42809: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).