Merge pull request #164771 from r-ryantm/auto-update/python310Packages.faraday-plugins
python310Packages.faraday-plugins: 1.6.0 -> 1.6.1
This commit is contained in:
commit
46aff08f07
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "faraday-plugins";
|
pname = "faraday-plugins";
|
||||||
version = "1.6.0";
|
version = "1.6.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "infobyte";
|
owner = "infobyte";
|
||||||
repo = "faraday_plugins";
|
repo = "faraday_plugins";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-mvYbX8puqcT9kl1Abi785ptmmg9CxKZVTO6gPpk4sKU=";
|
sha256 = "sha256-NpPVA+fruI/xX0KMjRuRuMK8HYc/0ErbDhJOCNXKhyY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue