1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #323325 from fabaff/aioymaps-bump

python312Packages.aioymaps: 1.2.3 -> 1.2.4
This commit is contained in:
Fabian Affolter 2024-06-29 17:02:18 +02:00 committed by GitHub
commit 53df5c008d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];