From 9d133a1e990c5bcbd49bd48323ac2ac6488261aa Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Thu, 9 Jun 2022 00:20:38 +0800 Subject: dotnet: Update to 3.1.419. * nongnu/packages/dotnet.scm (dotnet-core-3.1): Update to 3.1.419. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/dotnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nongnu/packages/dotnet.scm b/nongnu/packages/dotnet.scm index d57a9ea..bdf4111 100644 --- a/nongnu/packages/dotnet.scm +++ b/nongnu/packages/dotnet.scm @@ -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 -- cgit v1.2.3