[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39525] [PATCH 1/2] gnu: git-crypt: Update to 0.6.0.
From: |
Brice Waegeneire |
Subject: |
[bug#39525] [PATCH 1/2] gnu: git-crypt: Update to 0.6.0. |
Date: |
Sun, 9 Feb 2020 10:13:30 +0100 |
* gnu/packages/version-control.scm (git-crypt): Update to 0.6.0.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index ca8af00752..7bd0e35c08 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -593,7 +593,7 @@ write native speed custom Git applications in any language
with bindings.")
(define-public git-crypt
(package
(name "git-crypt")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -602,7 +602,7 @@ write native speed custom Git applications in any language
with bindings.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1x9209n3k49k998saadr2d0lmvs01smjinx7gzzyjdwj9l904sii"))))
+ (base32 "1ba5s0fvmd9hhnfhfsjrm40v0qpxfnwc8vmm55m0k4dryzkzx66q"))))
(build-system gnu-build-system)
(inputs
`(("git" ,git)
--
2.24.1
- [bug#39525] [PATCH 1/2] gnu: git-crypt: Update to 0.6.0.,
Brice Waegeneire <=