[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/35: gnu: Add go-github-com-russross-blackfriday.
From: |
guix-commits |
Subject: |
26/35: gnu: Add go-github-com-russross-blackfriday. |
Date: |
Thu, 13 Feb 2020 19:55:38 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 0ca8bc01a1fb692b227a1718a701cb74254cd313
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Feb 13 16:56:07 2020 -0500
gnu: Add go-github-com-russross-blackfriday.
* gnu/packages/golang.scm (go-github-com-russross-blackfriday): New
variable.
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 33ef903..0adfea1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2490,6 +2490,33 @@ building command line apps in Go. The goal is to enable
developers to write
fast and distributable command line applications in an expressive way.")
(license license:expat)))
+(define-public go-github-com-russross-blackfriday
+ (package
+ (name "go-github-com-russross-blackfriday")
+ (version "2.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/russross/blackfriday")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/russross/blackfriday"))
+ (propagated-inputs
+ `(("go-github-com-shurcool-sanitized-anchor-name"
+ ,go-github-com-shurcool-sanitized-anchor-name)))
+ (native-inputs
+ `(("go-github-com-pmezard-go-difflib" ,go-github-com-pmezard-go-difflib)))
+ (home-page "https://github.com/russross/blackfriday")
+ (synopsis "Markdown processor in Go")
+ (description "Blackfriday is a Markdown processor in Go.")
+ (license license:bsd-2)))
+
(define-public go-github-com-shurcool-sanitized-anchor-name
(package
(name "go-github-com-shurcool-sanitized-anchor-name")
- 13/35: gnu: go-golang-org-x-time: Update to 0.0.0-2.9d24e82., (continued)
- 13/35: gnu: go-golang-org-x-time: Update to 0.0.0-2.9d24e82., guix-commits, 2020/02/13
- 12/35: gnu: go-golang-org-x-sys: Update to 0.0.0-5.749cb33., guix-commits, 2020/02/13
- 16/35: gnu: go-github-com-prometheus-client-golang: Update 1.1.0., guix-commits, 2020/02/13
- 18/35: gnu: Move go-github-com-golang-protobuf-proto to the Golang module., guix-commits, 2020/02/13
- 11/35: gnu: go-golang-org-x-net: Update to 0.0.0-4.ba9fcec., guix-commits, 2020/02/13
- 14/35: gnu: go-gopkg.in-asn1-ber.v1: Update to 1.3., guix-commits, 2020/02/13
- 17/35: gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-2.cac0b30., guix-commits, 2020/02/13
- 15/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.0., guix-commits, 2020/02/13
- 19/35: gnu: go-github-com-gogo-protobuf: Update to 1.3.1., guix-commits, 2020/02/13
- 24/35: gnu: Add go-github-com-pmezard-go-difflib., guix-commits, 2020/02/13
- 26/35: gnu: Add go-github-com-russross-blackfriday.,
guix-commits <=
- 20/35: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.4.0., guix-commits, 2020/02/13
- 32/35: gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2., guix-commits, 2020/02/13
- 34/35: gnu: Add go-github-com-cespare-xxhash., guix-commits, 2020/02/13
- 35/35: gnu: Syncthing: Update to 1.3.4., guix-commits, 2020/02/13
- 31/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.1., guix-commits, 2020/02/13
- 30/35: gnu: go-github-com-syndtr-goleveldb: Update to 1.0.1-4.7581283., guix-commits, 2020/02/13
- 21/35: gnu: go-github-com-pkg-errors: Update to 0.9.0., guix-commits, 2020/02/13
- 28/35: gnu: go-github-com-urfave-cli: Update to 1.22.2., guix-commits, 2020/02/13
- 22/35: gnu: Change upstream for the go-nat-pmp Go NAT-PMP client., guix-commits, 2020/02/13
- 27/35: gnu: Add go-github-com-go-md2man., guix-commits, 2020/02/13