nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.aiontfy: 0.6.0 -> 0.6.1

R. Ryantm 3969ae25 e39d1aa7

+2 -2
+2 -2
pkgs/development/python-modules/aiontfy/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aiontfy"; 17 - version = "0.6.0"; 17 + version = "0.6.1"; 18 18 pyproject = true; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "tr4nt0r"; 22 22 repo = "aiontfy"; 23 23 tag = "v${version}"; 24 - hash = "sha256-k68NNs2qckWNRId8f9anTBKAxaYo9UL10NaQ3T4BTMc="; 24 + hash = "sha256-43sl9jCJErROEOIllUFizG6IIBpFWCQTRyJP+0u1z+M="; 25 25 }; 26 26 27 27 build-system = [