python3Packages.arc4: 0.4.0 -> 0.5.0

Diff: https://github.com/manicmaniac/arc4/compare/0.4.0...0.5.0
This commit is contained in:
Fabian Affolter
2026-04-08 12:10:28 +02:00
parent d2e6096de7
commit a1ce422efb
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "arc4";
version = "0.4.0";
version = "0.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "manicmaniac";
repo = "arc4";
rev = version;
hash = "sha256-DlZIygf5v3ZNY2XFmrKOA15ccMo3Rv0kf6hZJ0CskeQ=";
hash = "sha256-kEgyZQmVdOmD/KkmEKxgZb9Hj0jGJswCJI7Np5TI1K4=";
};
nativeCheckInputs = [ pytestCheckHook ];