Unverified Commit a56132a5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.habiticalib: 0.3.5 -> 0.3.7

parent 9aed7134
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "habiticalib";
  version = "0.3.5";
  version = "0.3.7";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "tr4nt0r";
    repo = "habiticalib";
    tag = "v${version}";
    hash = "sha256-r0wpWd6hFPwo5S0ft0srL1a74rODWDH0elkY1BN74Gs=";
    hash = "sha256-i2yGPTZiinErWK7vX/3mwBtO4rjUhoEORhnXkFplUcM=";
  };

  build-system = [