Merge pull request #177474 from r-ryantm/auto-update/python3.10-bond-async

python310Packages.bond-async: 0.1.20 -> 0.1.22

authored by Fabian Affolter and committed by GitHub 9ee1a837 aef95971

+3 -3
+3 -3
pkgs/development/python-modules/bond-async/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "bond-async"; 13 - version = "0.1.20"; 14 15 disabled = pythonOlder "3.7"; 16 ··· 19 src = fetchFromGitHub { 20 owner = "bondhome"; 21 repo = "bond-async"; 22 - rev = "v${version}"; 23 - hash = "sha256-iBtbHS3VzSB6wfWDFq5UVd3++x3HtQbWQ6soPYfcHiM="; 24 }; 25 26 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "bond-async"; 13 + version = "0.1.22"; 14 15 disabled = pythonOlder "3.7"; 16 ··· 19 src = fetchFromGitHub { 20 owner = "bondhome"; 21 repo = "bond-async"; 22 + rev = "refs/tags/v${version}"; 23 + hash = "sha256-wU1niuzHwNmrmyjcTlBIKrBf1wMbHHFlIBxFNHUwDw4="; 24 }; 25 26 propagatedBuildInputs = [