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

python310Packages.asyauth: 0.0.7 -> 0.0.9

Changelog: https://github.com/skelsec/asyauth/releases/tag/0.0.9

+2 -2
+2 -2
pkgs/development/python-modules/asyauth/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "asyauth"; 13 - version = "0.0.7"; 13 + version = "0.0.9"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-a4M2I+xIla+S3Hi5F+AZpZRicTp7EycGRWWldVyAV8E="; 20 + hash = "sha256-nbZ/tcv9caUtGywn74ekrdq0S1AGB2kY2II8mW0Cc6c="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [