python3Packages.uuid-utils: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm
2026-06-17 21:20:21 +00:00
parent c5eab8042c
commit 70928df9d2
@@ -9,19 +9,19 @@
buildPythonPackage rec {
pname = "uuid-utils";
version = "0.16.0";
version = "0.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aminalaee";
repo = "uuid-utils";
tag = version;
hash = "sha256-vHezizqhVS6vHowX7231ZJtmEDOp8PG4KtJgSwevqWM=";
hash = "sha256-5pGBc1+2Vx0nIwhLFBy/Mx5GLLzA7Oj4eWPPCfBV1v4=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-MG2IonqvB+G8Vz+fHls/F8sUEGhXO2nA4a027yhfrCk=";
hash = "sha256-o9fmecoYGu+UR0/Km6sGq5buVo8qHKnBSuvvfogmkx0=";
};
nativeBuildInputs = with rustPlatform; [