[PATCH]: gnu: hcl: Update to 1.0.0

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Mathieu Othacehe
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 3 years ago
(address . guix-patches@gnu.org)
CAO+9K5pGFByJq9ZAvF_Z6V2=w1PhK0OsZBqYqhWoyhe8RhV=+w@mail.gmail.com
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From 6386303273abb05226785ceae19ba7a70255c2f5 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 12 Dec 2021 01:02:38 +0000
Subject: [PATCH] gnu: hcl: Update to 1.0.0

* gnu/packages/golang:
Use the latest tag for HCL V1 instead of commit
[native-inputs]: add go-github-com-davecgh-go-spew
---
gnu/packages/golang.scm | 46 ++++++++++++++++++++---------------------
1 file changed, 23 insertions(+), 23 deletions(-)

Toggle diff (61 lines)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 699bc49401..d3cbf14ff7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2334,31 +2334,31 @@ (define-public go-github-com-tj-docopt
(license license:expat)))
(define-public go-github-com-hashicorp-hcl
- (let ((commit "23c074d0eceb2b8a5bfdbb271ab780cde70f05a8")
- (revision "0"))
- (package
- (name "go-github-com-hashicorp-hcl")
- (version (git-version "0.0.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/hashicorp/hcl")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0db4lpqb5m130rmfy3s3gjjf4dxllypmyrzxv6ggqhkmwmc7w4mc"))))
- (build-system go-build-system)
- (arguments
- '(#:tests? #f
- #:import-path "github.com/hashicorp/hcl"))
- (synopsis "Go implementation of HashiCorp Configuration Language")
- (description
- "This package contains the main implementation of the @acronym{HCL,
+ (package
+ (name "go-github-com-hashicorp-hcl")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hashicorp/hcl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/hashicorp/hcl"))
+ (native-inputs
+ `(("go-github-com-davecgh-go-spew" ,go-github-com-davecgh-go-spew)))
+ (synopsis "Go implementation of HashiCorp Configuration Language V1")
+ (description
+ "This package contains the main implementation of the @acronym{HCL,
HashiCorp Configuration Language}. HCL is designed to be a language for
expressing configuration which is easy for both humans and machines to read.")
- (home-page "https://github.com/hashicorp/hcl")
- (license license:mpl2.0))))
+ (home-page "https://github.com/hashicorp/hcl")
+ (license license:mpl2.0)))
(define-public go-github-com-hashicorp-hcl-v2
(package
--
2.34.0
Mathieu Othacehe wrote 3 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 52445@debbugs.gnu.org)
87wnjrntha.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> + (version "1.0.0")

I cannot find the 1.0.0 release here:

Looks like the 2.11.1 release is out there!

Thanks,

Mathieu
Sharlatan Hellseher wrote 3 years ago
(name . Mathieu Othacehe)(address . othacehe@gnu.org)(address . 52445@debbugs.gnu.org)
CAO+9K5pic-N6QYj6ZiLNWLaN2D3sH3UFQta=6_dOnQ6GFj4Row@mail.gmail.com
Hi,
It's the latest v1 Release availalbe
On Sun, 26 Dec 2021 at 17:53, Mathieu Othacehe <othacehe@gnu.org> wrote:
Toggle quote (14 lines)
>
>
> Hello,
>
> > + (version "1.0.0")
>
> I cannot find the 1.0.0 release here:
> https://github.com/hashicorp/hcl/releases/.
>
> Looks like the 2.11.1 release is out there!
>
> Thanks,
>
> Mathieu
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
Ludovic Courtès wrote 3 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 52445-done@debbugs.gnu.org)
87zgo9g5wf.fsf@gnu.org
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

Toggle quote (9 lines)
> From 6386303273abb05226785ceae19ba7a70255c2f5 Mon Sep 17 00:00:00 2001
> From: Sharlatan Hellseher <sharlatanus@gmail.com>
> Date: Sun, 12 Dec 2021 01:02:38 +0000
> Subject: [PATCH] gnu: hcl: Update to 1.0.0
>
> * gnu/packages/golang:
> Use the latest tag for HCL V1 instead of commit
> [native-inputs]: add go-github-com-davecgh-go-spew

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52445@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52445
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help