mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #140042 from r-ryantm/auto-update/python38Packages.packet-python
This commit is contained in:
commit
a3c878813e
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "packet-python";
|
||||
version = "1.44.0";
|
||||
version = "1.44.1";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4af12f2fbcc9713878ab4ed571e9fda028bc68add34cde0e7226af4d833a4d38";
|
||||
sha256 = "ec0f40465fad5260a1b2c1ad39dc12c5df65828e171bf2aafb13c1c3883628ba";
|
||||
};
|
||||
nativeBuildInputs = [ pytest-runner ];
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
|
Loading…
Reference in a new issue