From unknown Mon Aug 18 14:26:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69350 <69350@debbugs.gnu.org> To: bug#69350 <69350@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add go-github-com-dave-jennifer. Reply-To: bug#69350 <69350@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:26:06 +0000 retitle 69350 [PATCH] gnu: Add go-github-com-dave-jennifer. reassign 69350 guix-patches submitter 69350 Troy Figiel severity 69350 normal tag 69350 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 24 05:38:30 2024 Received: (at submit) by debbugs.gnu.org; 24 Feb 2024 10:38:30 +0000 Received: from localhost ([127.0.0.1]:46497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdpQM-0004gD-DC for submit@debbugs.gnu.org; Sat, 24 Feb 2024 05:38:30 -0500 Received: from lists.gnu.org ([209.51.188.17]:40378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdpQL-0004fv-6U for submit@debbugs.gnu.org; Sat, 24 Feb 2024 05:38:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rdpBe-0005qh-OQ for guix-patches@gnu.org; Sat, 24 Feb 2024 05:23:18 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rdpBa-00027c-95 for guix-patches@gnu.org; Sat, 24 Feb 2024 05:23:18 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Thjd70qWbz9sWZ for ; Sat, 24 Feb 2024 11:23:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1708770187; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=AmhzuMWyTwXfzsGYVSDJ0qKdi4hV/axtyFu9uF4sZwc=; b=ow/ud32+LlpS/+u1glP/YfvT+0lNnluaMl6UwVkU48IdzfA3VkmhItvHPtLCV8v8GwBk+p t5AE2cW8pCQoqfjsVBAEPKJy3S/LTpdQ3N2Eor9xMcCaVq8G7n7ZeVfHJ7YBp5Zantwk8o xoZu+eQmSMPEJXLn4NeOR1zjmp51YCYUt9KWDjWssXsYqIhKf8XA9RbZtg3SP2qvcy4JLw JUikNiw0NO3JE13ufeurG9f9WtqeIrTI0B0mij0TZzAhluFvFfnZRUvFgfdGBLR2PZqWmb oi2FCYk/co3znxUQM/prsgjFy4HQ+OaeOhQ7/In0vIyiP2VKA40NaDYzqxpETQ== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add go-github-com-dave-jennifer. Date: Sat, 24 Feb 2024 11:14:09 +0100 Message-ID: <87bk869n5l.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=80.241.56.151; envelope-from=troy@troyfigiel.com; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/golang-xyz.scm (go-github-com-dave-jennifer): New variable. --- gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index e68948e495..f99949d8ec 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -529,6 +529,29 @@ (define-public go-github-com-cyberdelia-go-metrics-graphite metrics to Graphite.") (license license:bsd-2))) +(define-public go-github-com-dave-jennifer + (package + (name "go-github-com-dave-jennifer") + (version "1.7.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dave/jennifer") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "01sgafbds8n5zs61qf057whn06yj6avz30xgxk6pllf22528558m")))) + (build-system go-build-system) + (arguments + (list + #:go go-1.20 + #:import-path "github.com/dave/jennifer")) + (home-page "https://github.com/dave/jennifer") + (synopsis "Code generator for Go") + (description "This package provides functionality to generate Go code.") + (license license:expat))) + (define-public go-github-com-dimchansky-utfbom (package (name "go-github-com-dimchansky-utfbom") base-commit: c0f88cd18649c31c75bcddf8247b14ef3e3a66a5 -- 2.42.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 06 18:59:02 2024 Received: (at 69350-done) by debbugs.gnu.org; 6 Mar 2024 23:59:03 +0000 Received: from localhost ([127.0.0.1]:52027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ri1A6-00015R-Ll for submit@debbugs.gnu.org; Wed, 06 Mar 2024 18:59:02 -0500 Received: from mail-wm1-f51.google.com ([209.85.128.51]:54587) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ri1A4-000150-Di for 69350-done@debbugs.gnu.org; Wed, 06 Mar 2024 18:59:00 -0500 Received: by mail-wm1-f51.google.com with SMTP id 5b1f17b1804b1-40fd72f7125so2969445e9.1 for <69350-done@debbugs.gnu.org>; Wed, 06 Mar 2024 15:58:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1709769443; x=1710374243; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=nhvayJ2Q11+ieykJwqxFaIN5UAIW7Bbg6Gz0SvfmEFw=; b=mvXnEe31GLjshY7RevNMedn2/NtS9kpSzU9GftTjJPFTzZ3RpJcl64It7J0/3gsYyK AKIqWuibeThWy+DvpNOttwkgN4qbevHU4f/8GqGBcVud1SX0IdRDruDkmpJq6STTlsMc Gi3DRVG3qAFKEt6yRH+23rExUgbncHqhzh0PfjrILcZq5uY0byugpcGqNLWUY1g0ihu7 KE5e/To7Vlhd75gr8XqjJtr0i21D9ynIZsoyRhMaxBb2S9LqjnduW/NChyzMwreuWJJE DIbVshG7XfGCaRh4dQPBffm+scuUHK0K7b0B4ZDM/jIuORAiV5uUaAhja6qSyF9pInBy JaFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709769443; x=1710374243; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=nhvayJ2Q11+ieykJwqxFaIN5UAIW7Bbg6Gz0SvfmEFw=; b=IIvQL6IUPyJZmEsCap5uMks8gbQLPHR/rTGVO4Zbl1gAVUiKZQe63cq7XKdbDBrCZD xoXbX0U3kIKUNyRRPKfCCtc4ac1ODDYJ12ZAotxx7YMbhS0M+Y85KoLbAStTxFLsPots IZwBj0X8b4gtKTG/9uElOMVgySWoba7x/rc8JRcMj4F69+dtBbYmnt1LVKNGsa+ArfWX WOrBPxk8i+OZguVkBt0ldXKEy2n/Fvj7n0kahQ3S5HDYJlGLp/ONSVJ+HfxoI7kUwkWZ Drf+eaxqNZGDEt3EB6P5xZsZS/w7lpTBMIztcz/4ORgvMX/yg1mgHlVxrKCh4Na3cO7z fDXg== X-Gm-Message-State: AOJu0YwBPeT7txlTEnU3ut8fwKvWXToCZ9ubzeyZ4sh8LrEIbGq1zccB uKehbd/0qrwrX7FpXUCrZkDdgQklWLzF+lLNX5eg3RQ84AIOHWFcRCCnxXsQkTc= X-Google-Smtp-Source: AGHT+IE9Xu7qHmoRTrdil2z60anJBANwfV1RdjuC5SZ9qTZIoIu48hyFrb3AfbQT8G75NQnUmFXBWg== X-Received: by 2002:a5d:6201:0:b0:33e:1efa:962b with SMTP id y1-20020a5d6201000000b0033e1efa962bmr12820283wru.60.1709769443475; Wed, 06 Mar 2024 15:57:23 -0800 (PST) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id l15-20020adfa38f000000b0033e03d37685sm18839052wrb.55.2024.03.06.15.57.22 for <69350-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Mar 2024 15:57:22 -0800 (PST) From: Sharlatan Hellseher To: 69350-done@debbugs.gnu.org Subject: [PATCH] gnu: Add go-github-com-dave-jennifer. Date: Wed, 06 Mar 2024 23:57:22 +0000 Message-ID: <877cie6hi5.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69350-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Pushed as fbc7a0efa7136d14265533932a19eb501214e7f9 to master. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXpAuIACgkQdtcnv/Ys 0rVQYg/9EBAuXzaMF2rg2RWsCXoRmsret9BzEhEMd0DrxxwY5W+gw6xgJnZqihNE NdDVt2yhR2ZUerfFr5Cui/72KBjtDdt+sKQYM+U39mu3kkN3Zwez97/2qyTW0gdI QAH6LWU6B10t3DsMA1PUM7OBMKGD5G3Dcu9QPxmv1IkL3iFH0QGVUPD/aliA72NB pWUiLVqwbZtRaaWD2rFW2pQVW59VfVkaK7ZvN+FYchuwpYcRri0gnXJo/BGb+YKC ZJF2dtnBbe/tudgxjghtvfIVI5vHwmYU4PoCTTLW5jrkNADIrm5k/fsAYaKqJbHO FoNtbI1TRCps0XT3Od6bdZPvripuAK37bpIOQPOd7eHv5L3Wcnw2n1YwUwylw2Dp O9y7rgwJ7eUd7RhyfO/cIwjnUXyJkN+WBH579rWNyKVtoYQMU0U6MdFZxqE4rYgt GRH4TvdhJNmQyi4RtAzG+ouD+D9gvq/41u/qh8Sl+IPjrluKJ+FHlHufp0mmT4no xs1cxV/cEhS0wm2UAkUVuWxkhakkVo61zfWIelLBXC2l85z27YfizBBmrf82to7b gUpViRfpDWIxcrFHDPtmNN6EbGgE2uTJ/bPQ7cAktBI74eCBIJ+BxiVGgtqE4LEu 0a40wN9ZNsNMPyBlhlwkBkKIuL21flzdWQKmJ9rbk/gyKmi+a5E= =kUX6 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 14:26:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 04 Apr 2024 11:24:19 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator