python311Packages.pytrydan: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2024-05-12 15:57:23 +00:00
parent 971c61f4d8
commit f5e9b18d48

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pytrydan";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dgomes";
repo = "pytrydan";
rev = "refs/tags/v${version}";
hash = "sha256-+hFwBFYtRseVwesZtSrL3J/ZnsMAjD2ZAhTlk41hfqU=";
hash = "sha256-5sTHfxNV4JEonGke8ZZ/pXoLA15iCuJ/iSW1XwFMltg=";
};
postPatch = ''