summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-pythonpath
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-11 13:40:45 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-11 09:49:55 -0800
commitd4eb485adc7cb2b09c9a525783b153c58b259fce (patch)
tree9bd4107cd29ca762ca567d93fea5fa0c30cd5c91 /pkgs/development/python-modules/pytest-pythonpath
parentccb806afd7146c448be501c46561632fcc7d6ffb (diff)
python310Packages.pytest-pythonpath: 0.7.3 -> 0.7.4
Diffstat (limited to 'pkgs/development/python-modules/pytest-pythonpath')
-rw-r--r--pkgs/development/python-modules/pytest-pythonpath/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-pythonpath/default.nix b/pkgs/development/python-modules/pytest-pythonpath/default.nix
index 117471aa8df1..8c3fb48b430e 100644
--- a/pkgs/development/python-modules/pytest-pythonpath/default.nix
+++ b/pkgs/development/python-modules/pytest-pythonpath/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytest-pythonpath";
- version = "0.7.3";
+ version = "0.7.4";
src = fetchPypi {
inherit pname version;
- sha256 = "0qhxh0z2b3p52v3i0za9mrmjnb1nlvvyi2g23rf88b3xrrm59z33";
+ sha256 = "sha256-ZOGVsjqPjAxjH7Fogtmtb6QTftHylh3dFdUgZc1DXbY=";
};
buildInputs = [ pytest ];