python3Packages.coiled: 1.130.0 -> 1.130.1 (#477517)
This commit is contained in:
@@ -37,14 +37,14 @@
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "coiled";
|
||||
version = "1.130.0";
|
||||
version = "1.130.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Ue+iXpLpQwend/RAxJ0Xn9csXHrtCm0IaNexuFjT0s0=";
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-v9tPbuxGyBmxx8V9MQfOTAlP5mXxJW7005plgCP/Szw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -92,4 +92,4 @@ buildPythonPackage rec {
|
||||
maintainers = with lib.maintainers; [ daspk04 ];
|
||||
mainProgram = "coiled";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user