GNU bug report logs -
#39525
[PATCH 1/2] gnu: git-crypt: Update to 0.6.0.
Previous Next
Reported by: Brice Waegeneire <brice <at> waegenei.re>
Date: Sun, 9 Feb 2020 09:14:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 10 Feb 2020 00:52:09 +0100
with message-id <87eev3z5cm.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#39525] [PATCH 2/2] gnu: git-crypt: Install man page.
has caused the debbugs.gnu.org bug report #39525,
regarding [PATCH 1/2] gnu: git-crypt: Update to 0.6.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
39525: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39525
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hello,
Brice Waegeneire <brice <at> waegenei.re> writes:
> * gnu/packages/version-control.scm (git-crypt)[native-inputs]: Add
> dockbook-xsl, libxslt.
> [arguments]: Add phase patch-makefile.
I applied both patches (as 57f90b2a245786b6c6683b0cb95aa79c07273ff4 and
ddc5e7468484b0527e6ee423bc42186283dd9998)... and added a copyright line
for you.
Thank you!
Regards,
--
Nicolas Goaziou
This bug report was last modified 5 years and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.