about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-sugar/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:40 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:10:24 +0100
commita41745eb2cec309b30bb52e3077db2021bb22d05 (patch)
treed8441091ee7a7e5fa63d4ce430c17fe7635e0751 /pkgs/development/python-modules/pytest-sugar/default.nix
parent21d87dc6a281f96489491efe5377a408a114c799 (diff)
python3Packages.pytest-sugar: 0.9.5 -> 0.9.6
Diffstat (limited to 'pkgs/development/python-modules/pytest-sugar/default.nix')
-rw-r--r--pkgs/development/python-modules/pytest-sugar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-sugar/default.nix b/pkgs/development/python-modules/pytest-sugar/default.nix
index 9b59eb2e55b80..4377990df3c3b 100644
--- a/pkgs/development/python-modules/pytest-sugar/default.nix
+++ b/pkgs/development/python-modules/pytest-sugar/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-sugar";
-  version = "0.9.5";
+  version = "0.9.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-7qeLbxW2NSd9PZAoDNOG2P7qHKsPm+dZR6Ym6LArR30=";
+    sha256 = "sha256-xHk0lfPDLhFPD1QWKQlGwxbrlq1aNoTc2t2pJn5Zsrg=";
   };
 
   buildInputs = [ pytest ];