Commit da673e5c authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pysmarlaapi: 0.9.3 -> 0.10.0

parent 885dfe39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "pysmarlaapi";
  version = "0.9.3";
  version = "0.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Explicatis-GmbH";
    repo = "pysmarlaapi";
    tag = version;
    hash = "sha256-VnWGBTbs6c5WU1mGcUNRsFjdWUN5yA6TOD9qmQASxIw=";
    hash = "sha256-aHwmZIesBco6XyxKv321p+0p3Gibvi+X7xs+7RkwbVc=";
  };

  build-system = [ flit-core ];