Unverified Commit aa2a390f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.coiled: 1.130.0 -> 1.130.1 (#477517)

parents 6f26d068 12a09880
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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";
  };
}
})