From 350697ad5666e967da77885e47d18de231f98a8f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Jun 2023 21:19:00 +0200 Subject: [PATCH] python311Packages.python-opensky: 0.0.9 -> 0.0.10 Diff: https://github.com/joostlek/python-opensky/compare/refs/tags/v0.0.9...v0.0.10 Changelog: https://github.com/joostlek/python-opensky/releases/tag/v0.0.10 --- pkgs/development/python-modules/python-opensky/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-opensky/default.nix b/pkgs/development/python-modules/python-opensky/default.nix index fbce5a40f46d..e81e4ebbe683 100644 --- a/pkgs/development/python-modules/python-opensky/default.nix +++ b/pkgs/development/python-modules/python-opensky/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "python-opensky"; - version = "0.0.9"; + version = "0.0.10"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "joostlek"; repo = "python-opensky"; rev = "refs/tags/v${version}"; - hash = "sha256-Fe0Ra4C4pM1+8ZZFv4yL0RKcUVOZ7Zk78i2ejBmkB/8="; + hash = "sha256-QhcnbFp37gj1/37OlRxnQnIhgyNi/D19PXRh5hagHvE="; }; postPatch = ''