Unverified Commit 87e875c8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.coiled: 1.132.0 -> 1.133.0 (#499138)

parents 24a0f2bf f9bcfb68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage (finalAttrs: {
  pname = "coiled";
  version = "1.132.0";
  version = "1.133.0";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-VEyXOCiKANzf34ZjPZ3JGj4rvHkninF9sG5NTUVjONI=";
    hash = "sha256-B79xVdqU7wuj1Z2dvHm7kCIPjxBUbeyg83JCVQqGfEc=";
  };

  build-system = [