Commit aec7733e authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent cdda65d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

buildPythonPackage rec {
  version = "1.5.9";
  version = "1.5.10";
  pname = "pysmi";
  pyproject = true;

@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "lextudio";
    repo = "pysmi";
    tag = "v${version}";
    hash = "sha256-cAeLoDwAf56aWWKKUjOB0fpy7C3gBJchJJtQ6986thc=";
    hash = "sha256-fJwMkOzI5IrDEyH6wV/zD79k6rzuuqDvfZkuHC44TGY=";
  };

  build-system = [ poetry-core ];