[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/32: gnu: go-github-com-go-md2man: Update to 2.0.5.
From: |
guix-commits |
Subject: |
04/32: gnu: go-github-com-go-md2man: Update to 2.0.5. |
Date: |
Sun, 24 Nov 2024 07:50:50 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 9dbfe52f56bbfe0f3cf3fd71c9e1492dc0f3c6e7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 23 21:18:16 2024 +0000
gnu: go-github-com-go-md2man: Update to 2.0.5.
* gnu/packages/golang.scm (go-github-com-go-md2man): Update to 2.0.5.
[source]<snippet>: Remove, as no longer exists.
Change-Id: Iee88ae6665cc26203520e11dc1c665f70427bfbb
---
gnu/packages/golang.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8f3224299e..1c1d3e6b5b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4455,7 +4455,7 @@ fast and distributable command line applications in an
expressive way.")
(define-public go-github-com-go-md2man
(package
(name "go-github-com-go-md2man")
- (version "2.0.0")
+ (version "2.0.5")
(source
(origin
(method git-fetch)
@@ -4464,21 +4464,18 @@ fast and distributable command line applications in an
expressive way.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv"))
- (modules '((guix build utils)))
- (snippet '(begin
- (delete-file-recursively "vendor")
- #t))))
+ (base32 "0gqlkv1pv8cpvcj8g77d1hzy5bnp5a3k3xs02iahlr3a65m4azsi"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/cpuguy83/go-md2man"))
+ (list
+ #:import-path "github.com/cpuguy83/go-md2man"))
(propagated-inputs
(list go-github-com-russross-blackfriday-v2))
(home-page "https://github.com/cpuguy83/go-md2man")
(synopsis "Convert markdown into roff")
- (description "Go-md2man is a Go program that converts markdown to roff for
-the purpose of building man pages.")
+ (description
+ "Go-md2man is a Go program that converts markdown to roff for the purpose
+of building man pages.")
(license license:expat)))
(define-public go-github-com-git-lfs-go-netrc
- 20/32: gnu: go-github-com-nxadm-tail: Move to golang-xyz., (continued)
- 20/32: gnu: go-github-com-nxadm-tail: Move to golang-xyz., guix-commits, 2024/11/24
- 21/32: gnu: go-github-com-twpayne-go-vfs: Update to 5.0.4., guix-commits, 2024/11/24
- 22/32: gnu: go-github-com-twpayne-go-vfs: Move to golang-xyz., guix-commits, 2024/11/24
- 18/32: gnu: go-github-com-spf13-viper: Move to golang-xyz., guix-commits, 2024/11/24
- 26/32: gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.7.1., guix-commits, 2024/11/24
- 25/32: gnu: go-github-com-bmatcuk-doublestar-v3: Enable tests., guix-commits, 2024/11/24
- 28/32: gnu: go-github-com-mitchellh-mapstructure: Move to golang-xyz., guix-commits, 2024/11/24
- 27/32: gnu: go-github-com-bmatcuk-doublestar: Move to golang-xyz., guix-commits, 2024/11/24
- 31/32: gnu: Add go-csv2table., guix-commits, 2024/11/24
- 03/32: gnu: go-github-com-russross-blackfriday: Move to golang-xyz., guix-commits, 2024/11/24
- 04/32: gnu: go-github-com-go-md2man: Update to 2.0.5.,
guix-commits <=
- 15/32: gnu: go-github-com-spf13-jwalterweatherman: Move to golang-xyz., guix-commits, 2024/11/24
- 16/32: gnu: go-github-com-spf13-jwalterweatherman: Improve description., guix-commits, 2024/11/24
- 23/32: gnu: go-github-com-bmatcuk-doublestar: Simplify package., guix-commits, 2024/11/24
- 24/32: gnu: go-github-com-bmatcuk-doublestar-v2: Enable tests., guix-commits, 2024/11/24
- 30/32: gnu: go-github-com-olekukonko-tablewriter: Move to golang-xyz., guix-commits, 2024/11/24
- 29/32: gnu: go-github-com-olekukonko-tablewriter: Update to 0.0.5., guix-commits, 2024/11/24