about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-subtesthack
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 10:28:25 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:16 +0200
commit695ceb12d2b9d49172a837a8fc30f43bf0108fc7 (patch)
treefb47ec02beb87c14d1c29aa1da82b583d84486af /pkgs/development/python-modules/pytest-subtesthack
parentbaa58b4af3605284ec90e7fdb73c6a0f23d8ef4c (diff)
downloadnixlib-695ceb12d2b9d49172a837a8fc30f43bf0108fc7.tar
nixlib-695ceb12d2b9d49172a837a8fc30f43bf0108fc7.tar.gz
nixlib-695ceb12d2b9d49172a837a8fc30f43bf0108fc7.tar.bz2
nixlib-695ceb12d2b9d49172a837a8fc30f43bf0108fc7.tar.lz
nixlib-695ceb12d2b9d49172a837a8fc30f43bf0108fc7.tar.xz
nixlib-695ceb12d2b9d49172a837a8fc30f43bf0108fc7.tar.zst
nixlib-695ceb12d2b9d49172a837a8fc30f43bf0108fc7.zip
python3Packages.pytest-subtesthack: 0.1.1 -> 0.1.2
Diffstat (limited to 'pkgs/development/python-modules/pytest-subtesthack')
-rw-r--r--pkgs/development/python-modules/pytest-subtesthack/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-subtesthack/default.nix b/pkgs/development/python-modules/pytest-subtesthack/default.nix
index 5006ac51150f..d15df7115fbf 100644
--- a/pkgs/development/python-modules/pytest-subtesthack/default.nix
+++ b/pkgs/development/python-modules/pytest-subtesthack/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-subtesthack";
-  version = "0.1.1";
+  version = "0.1.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "15kzcr5pchf3id4ikdvlv752rc0j4d912n589l4rifp8qsj19l1x";
+    sha256 = "0711e5d04c291ac9ac6c9eff447ec2811b1d23ccdfe1417d16d4f96481efcbe6";
   };
 
   buildInputs = [ pytest ];