python3Packages.nice-go: 1.0.2 -> 1.0.3 (#556061)

This commit is contained in:
dotlambda
2026-08-24 13:22:11 +00:00
committed by GitHub

View File

@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "nice-go";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "IceBotYT";
repo = "nice-go";
tag = version;
hash = "sha256-09Tc2fFXUevQNgJmXyeXy1sBg9Cr9OV/15Feh9tlRug=";
hash = "sha256-KrsAs5aMkrhxv6PtFTm+8e0h2hAD/bc4ADam2jT2oAc=";
};
build-system = [ poetry-core ];