Unverified Commit 9054aa79 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.coiled: 1.129.3 -> 1.129.4 (#470196)

parents fa040607 285bb001
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage rec {
  pname = "coiled";
  version = "1.129.3";
  version = "1.129.4";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-r1Y6SfU2sfEISYWh7raAXGyT/hcHoGAs0oF92uVkT54=";
    hash = "sha256-OGgMfbERVC3PJXLwqVQlNpXZpAAMv6Y87S0kpv6NxLA=";
  };

  build-system = [