From 44674b975622c25ba5f868a1b8015432062ea713 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Jul 2023 09:07:30 +0200 Subject: [PATCH] python311Packages.seatconnect: 1.1.6 -> 1.1.7 Diff: https://github.com/farfar/seatconnect/compare/1.1.6...1.1.7 --- pkgs/development/python-modules/seatconnect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/seatconnect/default.nix b/pkgs/development/python-modules/seatconnect/default.nix index 25b1773472ff..7f5fb4718ff9 100644 --- a/pkgs/development/python-modules/seatconnect/default.nix +++ b/pkgs/development/python-modules/seatconnect/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "seatconnect"; - version = "1.1.6"; + version = "1.1.7"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "farfar"; repo = pname; rev = version; - hash = "sha256-8ZqqNDLygHgtUzTgdb34+4BHuStXJXnl9fBfo0WSNZw="; + hash = "sha256-8QZtivHG+tf7S2hVlFaQ7yCeCCI7ft/EIr0D73mcURw="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;