python312Packages.romy: 0.0.9 -> 0.0.10

This commit is contained in:
R. Ryantm
2024-04-04 03:03:23 +00:00
parent 200850af60
commit c12a18f8bb
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "romy";
version = "0.0.9";
version = "0.0.10";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "xeniter";
repo = "romy";
rev = "refs/tags/${version}";
hash = "sha256-r7g8DE8eBFHkMHzGfNlYi+XxrRIvH8IDxGOSEiJKKqM=";
hash = "sha256-pQI+/1xt1YE+L5CHsurkBr2dKMGR/dV5vrGHYM8wNGs=";
};
build-system = [