guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit b0342c253196a2341d7fdd2c59e81be3410821cc
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue May 27 19:20:45 2025 +0100

    gnu: Add go-github-com-ghemawat-stream.
    
    * gnu/packages/golang-xyz.scm (go-github-com-ghemawat-stream): New variable.
    
    Change-Id: I81d10bdea8e4379284cb0585416ed604bb6854c6
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7476271f2c..64501421df 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6098,6 +6098,30 @@ library in go standard library.")
      "Go library that pluralizes and singularizes English nouns.")
     (license license:bsd-2)))
 
+(define-public go-github-com-ghemawat-stream
+  (package
+    (name "go-github-com-ghemawat-stream")
+    (version "0.0.0-20171120220530-696b145b53b9")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ghemawat/stream";)
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0i0cjvhn2zfnvm9dc9nd9yyq27nmv8j2s7sa0lvcdvv2mbcdvvq8"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/ghemawat/stream"))
+    (home-page "https://github.com/ghemawat/stream";)
+    (synopsis "UNIX pipe-like chained filters")
+    (description
+     "This Package provides filters that can be chained together in a manner
+similar to Unix pipelines.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-ghodss-yaml
   (package
     (name "go-github-com-ghodss-yaml")

Reply via email to