all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dhruvin Gandhi via Guix-patches via <guix-patches@gnu.org>
To: 58395@debbugs.gnu.org
Cc: Dhruvin Gandhi <contact@dhruvin.dev>
Subject: [bug#58395] [PATCH 2/2] gnu: hut: Update to 0.2.0.
Date: Sun,  9 Oct 2022 21:49:15 +0530	[thread overview]
Message-ID: <20221009161915.4053-2-contact@dhruvin.dev> (raw)
In-Reply-To: <20221009161915.4053-1-contact@dhruvin.dev>

* gnu/packages/version-control.scm (hut): Update to 0.2.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 25ce7feb81..d8d4a77341 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3462,7 +3462,7 @@ (define-public gitlint
 (define-public hut
   (package
     (name "hut")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -3471,7 +3471,7 @@ (define-public hut
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15ag8fibnahcfgd0w2j4k813z10ymi39rx8d3c8b9955zc62p1fr"))))
+        (base32 "0ybngrwwmkm00dlkdhvkfcvcjhp5xzs8fh90zqr0h12ssqx9pll3"))))
     (build-system go-build-system)
     (arguments
      (list
-- 
2.38.0





  reply	other threads:[~2022-10-09 16:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09 15:58 [bug#58395] [PATCH 0/2] Update hut to 0.2.0 Dhruvin Gandhi via Guix-patches via
2022-10-09 16:19 ` [bug#58395] [PATCH 1/2] gnu: go-github-com-spf13-cobra: Update to 1.5.0 Dhruvin Gandhi via Guix-patches via
2022-10-09 16:19   ` Dhruvin Gandhi via Guix-patches via [this message]
2022-10-10  4:16     ` bug#58395: [PATCH 0/2] Update hut to 0.2.0 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221009161915.4053-2-contact@dhruvin.dev \
    --to=guix-patches@gnu.org \
    --cc=58395@debbugs.gnu.org \
    --cc=contact@dhruvin.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.