lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #253390 from r-ryantm/auto-update/python310Packages.pythonnet

python310Packages.pythonnet: 3.0.1 -> 3.0.2

authored by

Weijia Wang and committed by
GitHub
b74282e0 6dfd2820

+2 -2
+2 -2
pkgs/development/python-modules/pythonnet/default.nix
··· 12 12 13 13 let 14 14 pname = "pythonnet"; 15 - version = "3.0.1"; 15 + version = "3.0.2"; 16 16 src = fetchPypi { 17 17 pname = "pythonnet"; 18 18 inherit version; 19 - sha256 = "sha256-7U9/f5VRVAQRLds9oWOOGhATy1bmTEjE+mAwPwKwo90="; 19 + sha256 = "sha256-LN0cztxkp8m9cRvj0P0MSniTJHQTncVKppe+3edBx0Y="; 20 20 }; 21 21 22 22 # This buildDotnetModule is used only to get nuget sources, the actual