mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
python3Packages.google-cloud-testutils: 1.3.1 -> 1.3.3
This commit is contained in:
parent
7964e60fdf
commit
9505ee68a0
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-testutils";
|
||||
version = "1.3.1";
|
||||
version = "1.3.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-X85NRgGZt7+OpL4poOyS+UWec4fuABiTxEYyFpkUpqs=";
|
||||
sha256 = "sha256-bRjvNNmvsBy0sR4C0DoC/n7A9ez6AfXUJrXZiHKkz0g=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ click google-auth packaging six ];
|
||||
|
Loading…
Reference in New Issue
Block a user