From 7179ad701dbc7715ccf6d4af972cd9381974bcd2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 15 Jun 2026 23:45:02 +0000 Subject: [PATCH] python3Packages.smg-grpc-proto: 0.4.8 -> 0.4.10 --- pkgs/development/python-modules/smg-grpc-proto/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/smg-grpc-proto/default.nix b/pkgs/development/python-modules/smg-grpc-proto/default.nix index 5f25a0871d70..e4b35d5210df 100644 --- a/pkgs/development/python-modules/smg-grpc-proto/default.nix +++ b/pkgs/development/python-modules/smg-grpc-proto/default.nix @@ -9,7 +9,7 @@ }: buildPythonPackage (finalAttrs: { pname = "smg-grpc-proto"; - version = "0.4.8"; + version = "0.4.10"; pyproject = true; __structuredAttrs = true; @@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: { format = "setuptools"; pname = "smg_grpc_proto"; inherit (finalAttrs) version; - hash = "sha256-BK2sEbhHsa5/+yej9SB5A06SHB+9oCuuMmwENHJPyHY="; + hash = "sha256-VBVhjSUuWitD0du9LB6uMFdgBw3SRzUwgUCu0Gp0hr4="; }; build-system = [