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

python3Packages.weatherflow4py: 1.5.2 -> 1.5.4 (#514011)

parents d0262c38 c315bbd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage (finalAttrs: {
  pname = "weatherflow4py";
  version = "1.5.2";
  version = "1.5.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jeeftor";
    repo = "weatherflow4py";
    tag = "v${finalAttrs.version}";
    hash = "sha256-cfQWdQhjW6KjBLQWO9BSAVZ2btRCMjx1CpUifoOwPsU=";
    hash = "sha256-4Bzoj3SABuziJdbDlDMcbAzGVRRBg5an5Lexlfq9vdw=";
  };

  build-system = [ hatchling ];