gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-bmizerany-perks-quantile): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I215d8f1f2710bd21ad9a251e4cb029064a0968f6
This commit is contained in:
		
							parent
							
								
									f9ead8f7a8
								
							
						
					
					
						commit
						4609bea87c
					
				
					 2 changed files with 24 additions and 24 deletions
				
			
		| 
						 | 
					@ -89,6 +89,30 @@ optimized for sparse nodes of
 | 
				
			||||||
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
 | 
					@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public go-github-com-bmizerany-perks-quantile
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "go-github-com-bmizerany-perks-quantile")
 | 
				
			||||||
 | 
					    (version "0.0.0-20230307044200-03f9df79da1e")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method git-fetch)
 | 
				
			||||||
 | 
					       (uri (git-reference
 | 
				
			||||||
 | 
					             (url "https://github.com/bmizerany/perks")
 | 
				
			||||||
 | 
					             (commit (go-version->git-ref version))))
 | 
				
			||||||
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "1f2a99v3618bz2mf61iwhdjm3xi1gam6v4apqgcrz71gj7ba9943"))))
 | 
				
			||||||
 | 
					    (build-system go-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     (list #:unpack-path "github.com/bmizerany/perks"
 | 
				
			||||||
 | 
					           #:import-path "github.com/bmizerany/perks/quantile"))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/bmizerany/perks")
 | 
				
			||||||
 | 
					    (synopsis "Library for computing quantiles")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "Perks contains the Go package @code{quantile} that computes approximate
 | 
				
			||||||
 | 
					quantiles over an unbounded data stream within low memory and CPU bounds.")
 | 
				
			||||||
 | 
					    (license license:bsd-2)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public go-github-com-burntsushi-toml
 | 
					(define-public go-github-com-burntsushi-toml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "go-github-com-burntsushi-toml")
 | 
					    (name "go-github-com-burntsushi-toml")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7944,30 +7944,6 @@ the library more lightweight.")
 | 
				
			||||||
matching and globbing with support for \"doublestar\" patterns.")
 | 
					matching and globbing with support for \"doublestar\" patterns.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public go-github-com-bmizerany-perks-quantile
 | 
					 | 
				
			||||||
  (package
 | 
					 | 
				
			||||||
    (name "go-github-com-bmizerany-perks-quantile")
 | 
					 | 
				
			||||||
    (version "0.0.0-20230307044200-03f9df79da1e")
 | 
					 | 
				
			||||||
    (source (origin
 | 
					 | 
				
			||||||
              (method git-fetch)
 | 
					 | 
				
			||||||
              (uri (git-reference
 | 
					 | 
				
			||||||
                    (url "https://github.com/bmizerany/perks")
 | 
					 | 
				
			||||||
                    (commit (go-version->git-ref version))))
 | 
					 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					 | 
				
			||||||
              (sha256
 | 
					 | 
				
			||||||
               (base32
 | 
					 | 
				
			||||||
                "1f2a99v3618bz2mf61iwhdjm3xi1gam6v4apqgcrz71gj7ba9943"))))
 | 
					 | 
				
			||||||
    (build-system go-build-system)
 | 
					 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     (list #:unpack-path "github.com/bmizerany/perks"
 | 
					 | 
				
			||||||
           #:import-path "github.com/bmizerany/perks/quantile"))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/bmizerany/perks")
 | 
					 | 
				
			||||||
    (synopsis "Library for computing quantiles")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "Perks contains the Go package @code{quantile} that computes approximate
 | 
					 | 
				
			||||||
quantiles over an unbounded data stream within low memory and CPU bounds.")
 | 
					 | 
				
			||||||
    (license license:bsd-2)))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public go-github-com-dlclark-regexp2
 | 
					(define-public go-github-com-dlclark-regexp2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "go-github-com-dlclark-regexp2")
 | 
					    (name "go-github-com-dlclark-regexp2")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue