Unverified Commit 6e55693b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.env-canada: 0.13.2 -> 0.14.0 (#498454)

parents 5dfc685e 34630f83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage (finalAttrs: {
  pname = "env-canada";
  version = "0.13.2";
  version = "0.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "michaeldavie";
    repo = "env_canada";
    tag = "v${finalAttrs.version}";
    hash = "sha256-E6ZStsc0T0zbjC11wi1h0JtQVBrEPtr0SJwUodCbF7k=";
    hash = "sha256-1UjBE2Oc6bqwmJSFeqWukgAVU7b6OwOt1KMV0UigM3o=";
  };

  build-system = [ setuptools ];