mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: node-util-deprecate: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-util-deprecate): Move package in alphabetical order. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
aede3fa122
commit
51fee99e26
1 changed files with 22 additions and 22 deletions
|
@ -618,28 +618,6 @@ (define-public node-statsd-parser
|
|||
protocol used in @code{node-lynx}.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public node-util-deprecate
|
||||
(package
|
||||
(name "node-util-deprecate")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/TooTallNate/util-deprecate")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rk94nl3qc7znsk8400bnga30v0m7j2mmvz9ldwjinxv1d3n11xc"))))
|
||||
(build-system node-build-system)
|
||||
(arguments '(#:tests? #f)) ; No test suite.
|
||||
(home-page "https://github.com/TooTallNate/util-deprecate")
|
||||
(synopsis "Node.js `util.deprecate()` function with browser support")
|
||||
(description "This package provides the Node.js @code{util.deprecate()}
|
||||
function with browser support.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public node-semver
|
||||
(package
|
||||
(name "node-semver")
|
||||
|
@ -669,6 +647,28 @@ (define-public node-semver
|
|||
@uref{https://semver.org/, SemVer.org} specification.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public node-util-deprecate
|
||||
(package
|
||||
(name "node-util-deprecate")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/TooTallNate/util-deprecate")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rk94nl3qc7znsk8400bnga30v0m7j2mmvz9ldwjinxv1d3n11xc"))))
|
||||
(build-system node-build-system)
|
||||
(arguments '(#:tests? #f)) ; No test suite.
|
||||
(home-page "https://github.com/TooTallNate/util-deprecate")
|
||||
(synopsis "Node.js `util.deprecate()` function with browser support")
|
||||
(description "This package provides the Node.js @code{util.deprecate()}
|
||||
function with browser support.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public node-wrappy
|
||||
(package
|
||||
(name "node-wrappy")
|
||||
|
|
Loading…
Reference in a new issue