me
/
guix
Archived
1
0
Fork 0

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>
master
Nicolas Graves 2024-02-04 13:40:12 +01:00 committed by Sharlatan Hellseher
parent aede3fa122
commit 51fee99e26
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 22 additions and 22 deletions

View File

@ -618,28 +618,6 @@ compatibility check.")
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 @@ function with browser support.")
@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")