mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
python311Packages.clr-loader: 0.2.5 -> 0.2.6
This commit is contained in:
parent
c1cbbf19c2
commit
bad50db3c9
@ -12,11 +12,11 @@
|
||||
|
||||
let
|
||||
pname = "clr-loader";
|
||||
version = "0.2.5";
|
||||
version = "0.2.6";
|
||||
src = fetchPypi {
|
||||
pname = "clr_loader";
|
||||
inherit version;
|
||||
hash = "sha256-gu1ftlRynRT9iCludLtrhOss+5dv9LfUnU5En9eKIms=";
|
||||
hash = "sha256-AZNIrmtqg8ekBtFFN8J3zs96OlOyY+w0LIHe1YRaZ+4=";
|
||||
};
|
||||
|
||||
# This buildDotnetModule is used only to get nuget sources, the actual
|
||||
|
Loading…
Reference in New Issue
Block a user