mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-03-14 05:45:15 +01:00
dotnet: Update to 3.1.419.
* nongnu/packages/dotnet.scm (dotnet-core-3.1): Update to 3.1.419. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
12a0d88627
commit
9d133a1e99
1 changed files with 3 additions and 3 deletions
|
@ -193,10 +193,10 @@ building different types of applications.")
|
|||
(license license:expat))))
|
||||
|
||||
(define-public dotnet-core-3.1
|
||||
(let ((dotnet-sdk-version "3.1.13"))
|
||||
(let ((dotnet-sdk-version "3.1.25"))
|
||||
(package
|
||||
(name "dotnet")
|
||||
(version "3.1.113")
|
||||
(version "3.1.419")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/tarbomb)
|
||||
|
@ -206,7 +206,7 @@ building different types of applications.")
|
|||
version "-linux-x64.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dm4kxpq235yfxzf41m1iyfg5avlxdic0nwr865g5wyzc6kz9nhw"))))
|
||||
"0wg91y5czimcrcv4rfvza9qc1n7l29szbs9qnmr437175zl10ksi"))))
|
||||
(build-system binary-build-system)
|
||||
(arguments
|
||||
`(#:patchelf-plan
|
||||
|
|
Loading…
Add table
Reference in a new issue