granian: 1.6.0 -> 1.6.1

This commit is contained in:
lucastso10 2024-10-15 12:30:24 -03:00
parent 02e5f3cda5
commit 6d820f61d5
2 changed files with 6 additions and 1428 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,21 +8,20 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "granian"; pname = "granian";
version = "1.6.0"; version = "1.6.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emmett-framework"; owner = "emmett-framework";
repo = "granian"; repo = "granian";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ZIwZrLl7goweYUj3t5e0yaOqeppFHXvK9PL3chNZZRw="; hash = "sha256-Cuojg2Ko+KH/279z7HGYEthrMAqLgmnoHGjZ8HL7unw=";
}; };
cargoDeps = rustPlatform.importCargoLock { cargoDeps = rustPlatform.fetchCargoTarball {
lockFile = ./Cargo.lock; inherit src;
outputHashes = { name = "${pname}-${version}";
"pyo3-log-0.11.0" = "sha256-UU8064vM7cf20lwfifyPC205CY4tIgif0slDz/Pjf9Q="; hash = "sha256-dRBjN0/EmQlGtQ1iGvSPE30KOHVlkWpjpMU2lpIGUdA=";
};
}; };
nativeBuildInputs = with rustPlatform; [ nativeBuildInputs = with rustPlatform; [