mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 18:08:09 +01:00
dotnet: Update to 6.0.300.
* nongnu/packages/dotnet.scm (dotnet): Update to 6.0.300. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
8043bdc3ca
commit
12a0d88627
1 changed files with 3 additions and 3 deletions
|
@ -82,10 +82,10 @@ various IDEs and plugins.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public dotnet
|
(define-public dotnet
|
||||||
(let ((dotnet-sdk-version "5.0.4"))
|
(let ((dotnet-sdk-version "6.0.5"))
|
||||||
(package
|
(package
|
||||||
(name "dotnet")
|
(name "dotnet")
|
||||||
(version "5.0.201")
|
(version "6.0.300")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
|
@ -95,7 +95,7 @@ various IDEs and plugins.")
|
||||||
version "-linux-x64.tar.gz"))
|
version "-linux-x64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hdkwz39ql7madg5dzy50by6q4vyagpwjvjn34ks730yhf3p1xwz"))))
|
"01bhd7amirchcvimbyv07bzvs6i7jydcfwlq9vyfjbf3ln88qk0x"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:patchelf-plan
|
`(#:patchelf-plan
|
||||||
|
|
Loading…
Reference in a new issue