about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-fixture-config
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-04-04 20:15:16 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:34:55 +0200
commit9f19c32377d09fac1bc726ee8546296f3c074f1f (patch)
tree1f8be19f4dd73405f2f05a5f6e39a4f06d3abe69 /pkgs/development/python-modules/pytest-fixture-config
parent53fec0708a48ebf7fd871bea3372f380dcd47bd7 (diff)
downloadnixlib-9f19c32377d09fac1bc726ee8546296f3c074f1f.tar
nixlib-9f19c32377d09fac1bc726ee8546296f3c074f1f.tar.gz
nixlib-9f19c32377d09fac1bc726ee8546296f3c074f1f.tar.bz2
nixlib-9f19c32377d09fac1bc726ee8546296f3c074f1f.tar.lz
nixlib-9f19c32377d09fac1bc726ee8546296f3c074f1f.tar.xz
nixlib-9f19c32377d09fac1bc726ee8546296f3c074f1f.tar.zst
nixlib-9f19c32377d09fac1bc726ee8546296f3c074f1f.zip
python: pytest-fixture-config: 1.0.1 -> 1.3.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-fixture-config')
-rw-r--r--pkgs/development/python-modules/pytest-fixture-config/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-fixture-config/default.nix b/pkgs/development/python-modules/pytest-fixture-config/default.nix
index db2e1768afa7..852a1e5fe05d 100644
--- a/pkgs/development/python-modules/pytest-fixture-config/default.nix
+++ b/pkgs/development/python-modules/pytest-fixture-config/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-fixture-config";
-  version = "1.0.1";
+  version = "1.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1dpdf36hpkfhgmca4rwmf0vnzz7xqbiw479v11zp12pq4p5w2z3x";
+    sha256 = "1717cd7d2233943cae9af419c6e31dca5e40d5de01ef0bcfd5cd06f37548db08";
   };
 
   buildInputs = [ pytest ];