python3Packages.pyvers: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2026-07-12 16:43:35 +00:00
parent 46e5901ea2
commit fdbd3630e1

View File

@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyvers";
version = "0.2.2";
version = "0.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "vmoens";
repo = "pyvers";
tag = "v${finalAttrs.version}";
hash = "sha256-VKNwhxyc1f7tyJO7JyBNELlZwVv6U2N8ye0OYFN/nmc=";
hash = "sha256-aXHOgKd/w1RKdL0wLoM4F05JWTaKAL3i3UerLcBG+vs=";
};
build-system = [