lol

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

python311Packages.chacha20poly1305-reuseable: 0.4.1 -> 0.4.2

authored by

Fabian Affolter and committed by
GitHub
aa8d5e19 67d30cdf

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