Commit 1a75a7df authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.roadlib: 0.24.1 -> 0.26.0

parent 0a152ace
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "roadlib";
  version = "0.24.1";
  version = "0.26.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-tQbJWHXxvjGhqGBI9nn8EL7rJcVyH095FfNSsxkrImQ=";
    hash = "sha256-qh+xVBqQ/bkXl7Xa6w+SIkQRwIUW5ut4yosGko+8xrY=";
  };

  build-system = [ setuptools ];