Merge pull request #250578 from fabaff/chacha20poly1305-reuseable-bump

python311Packages.chacha20poly1305-reuseable: 0.3.0 -> 0.4.1

authored by Fabian Affolter and committed by GitHub ea6dad32 b4d9265f

+2 -2
+2 -2
pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix
··· 17 18 let 19 pname = "chacha20poly1305-reuseable"; 20 - version = "0.3.0"; 21 in 22 23 buildPythonPackage { ··· 30 owner = "bdraco"; 31 repo = pname; 32 rev = "v${version}"; 33 - hash = "sha256-/bXpwSBFr1IM04GNEczzsnsjdFV4miUAzJkvrQjfIq4="; 34 }; 35 36 nativeBuildInputs = [
··· 17 18 let 19 pname = "chacha20poly1305-reuseable"; 20 + version = "0.4.1"; 21 in 22 23 buildPythonPackage { ··· 30 owner = "bdraco"; 31 repo = pname; 32 rev = "v${version}"; 33 + hash = "sha256-JDkTSJi7QltKAdgkM+aJ33DP2emOAviyCqI/jeapUB8="; 34 }; 35 36 nativeBuildInputs = [