diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-09 19:05:47 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-11 09:21:34 +0100 |
| commit | ad52282ca2e76e787d470d78641622f330aee22b (patch) | |
| tree | a25029d285d2633a7d1a49ea67c0882cccd609cd /gnu | |
| parent | a79a3d9d2fcb7f25f828aef6f6742659852a47d0 (diff) | |
gnu: go-github-com-djherbis-nio: Rename variable.
* gnu/packages/golang-xyz.scm (go-github-com-djherbis-nio): Rename to
go-github-com-djherbis-nio-v3 and deprecate go-github-com-djherbis-nio.
* gnu/packages/engineering.scm (arduino-cli): Replace
go-github-com-djherbis-nio with go-github-com-djherbis-nio-v3.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/engineering.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 4e77206b4c3..b34cdc44544 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -1945,7 +1945,7 @@ language, ADMS transforms Verilog-AMS code into other target languages.") | |||
| 1945 | go-github-com-cmaglie-pb | 1945 | go-github-com-cmaglie-pb |
| 1946 | go-github-com-codeclysm-extract | 1946 | go-github-com-codeclysm-extract |
| 1947 | go-github-com-djherbis-buffer | 1947 | go-github-com-djherbis-buffer |
| 1948 | go-github-com-djherbis-nio | 1948 | go-github-com-djherbis-nio-v3 |
| 1949 | go-github-com-fatih-color | 1949 | go-github-com-fatih-color |
| 1950 | go-github-com-go-git-go-git-v5 | 1950 | go-github-com-go-git-go-git-v5 |
| 1951 | go-github-com-gofrs-uuid-v5 | 1951 | go-github-com-gofrs-uuid-v5 |
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 533dd8efe72..2bec18f5a56 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -9668,9 +9668,9 @@ it reaches its capacity. | |||
| 9668 | @end itemize") | 9668 | @end itemize") |
| 9669 | (license license:expat))) | 9669 | (license license:expat))) |
| 9670 | 9670 | ||
| 9671 | (define-public go-github-com-djherbis-nio | 9671 | (define-public go-github-com-djherbis-nio-v3 |
| 9672 | (package | 9672 | (package |
| 9673 | (name "go-github-com-djherbis-nio") | 9673 | (name "go-github-com-djherbis-nio-v3") |
| 9674 | (version "3.0.1") | 9674 | (version "3.0.1") |
| 9675 | (source | 9675 | (source |
| 9676 | (origin | 9676 | (origin |
| @@ -9692,6 +9692,10 @@ it reaches its capacity. | |||
| 9692 | (description "Package @code{nio} provides a few buffered I/O primitives.") | 9692 | (description "Package @code{nio} provides a few buffered I/O primitives.") |
| 9693 | (license license:expat))) | 9693 | (license license:expat))) |
| 9694 | 9694 | ||
| 9695 | ;; XXX: Deprecated on <2026-07-09>. | ||
| 9696 | (define-deprecated-package go-github-com-djherbis-nio | ||
| 9697 | go-github-com-djherbis-nio-v3) | ||
| 9698 | |||
| 9695 | (define-public go-github-com-djherbis-times | 9699 | (define-public go-github-com-djherbis-times |
| 9696 | (package | 9700 | (package |
| 9697 | (name "go-github-com-djherbis-times") | 9701 | (name "go-github-com-djherbis-times") |
