Commit edbf7340 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.aioymaps: 1.2.3 -> 1.2.4

parent 5ea6f34e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "aioymaps";
  version = "1.2.3";
  version = "1.2.4";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-pW8FoMdA8XdQZmLRwk5SBBgFhYhgEMJPA9+b+8aicuE=";
    hash = "sha256-btBeYP+/ntWpWm5O6ERkRJlhpV8tLe9lrFLYOEB55cY=";
  };

  propagatedBuildInputs = [ aiohttp ];