From bf6a7ec4716e1ce3276386c788eb04920802b066 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 20 Apr 2025 17:26:35 +0000 Subject: [PATCH] python312Packages.py-sonic: 1.0.2 -> 1.0.3 --- pkgs/development/python-modules/py-sonic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/py-sonic/default.nix b/pkgs/development/python-modules/py-sonic/default.nix index 130734c12dfd..d2546edb1acc 100644 --- a/pkgs/development/python-modules/py-sonic/default.nix +++ b/pkgs/development/python-modules/py-sonic/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "py-sonic"; - version = "1.0.2"; + version = "1.0.3"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-GNjF7sW/5Mtbh0atpEVFt+M8XddNfedDVmxxOpDdIW4="; + hash = "sha256-Kcly3pTBL9ZMDcCfKgI1pO8Iyr15/tv8PVoi5WUUUKE="; }; # package has no tests