Unverified Commit 5e780ea3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.icontract: 2.7.2 -> 2.7.3 (#486476)

parents a1d35dd7 3181d878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "icontract";
  version = "2.7.2";
  version = "2.7.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Parquery";
    repo = "icontract";
    tag = "v${version}";
    hash = "sha256-FRfDcjylYGWwYPgCipzS+NZYCSPATlQdWtavTo/NZY0=";
    hash = "sha256-UYBskomnu53A9VCY7y7zAOQm40Y+INOqPK6IqZsk6h0=";
  };

  preCheck = ''