Commit 03c33d6a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.roadtx: 1.8.1 -> 1.8.2

parent ae983e03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "roadtx";
  version = "1.8.1";
  version = "1.8.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-hhxmwD1+mZtU/VmB8yXeQESh0AGtjhdpDXRG3+mYfEk=";
    hash = "sha256-BJYBQBxgYbozY0rPgxpiduUxb6wEFBJxXY8TRVlLz5M=";
  };

  build-system = [ setuptools ];