about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-07-25 10:12:28 +0200
committerGitHub <noreply@github.com>2023-07-25 10:12:28 +0200
commitd445c94252951478cd5748c9c29ea49a2f0ef98d (patch)
treecd89783e75753b7cba80f2f1dfd2ea6a7971d4a3
parentef99fa5c5ed624460217c31ac4271cfb5cb2502c (diff)
parent1ef31a70de16f76fbaac4df2b213cd79bdba6893 (diff)
downloadnixlib-d445c94252951478cd5748c9c29ea49a2f0ef98d.tar
nixlib-d445c94252951478cd5748c9c29ea49a2f0ef98d.tar.gz
nixlib-d445c94252951478cd5748c9c29ea49a2f0ef98d.tar.bz2
nixlib-d445c94252951478cd5748c9c29ea49a2f0ef98d.tar.lz
nixlib-d445c94252951478cd5748c9c29ea49a2f0ef98d.tar.xz
nixlib-d445c94252951478cd5748c9c29ea49a2f0ef98d.tar.zst
nixlib-d445c94252951478cd5748c9c29ea49a2f0ef98d.zip
Merge pull request #245136 from r-ryantm/auto-update/python310Packages.pytest-md-report
python310Packages.pytest-md-report: 0.3.1 -> 0.4.0
-rw-r--r--pkgs/development/python-modules/pytest-md-report/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-md-report/default.nix b/pkgs/development/python-modules/pytest-md-report/default.nix
index bb0d410618e1..89b035e74d83 100644
--- a/pkgs/development/python-modules/pytest-md-report/default.nix
+++ b/pkgs/development/python-modules/pytest-md-report/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "pytest-md-report";
-  version = "0.3.1";
+  version = "0.4.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-muQ8lb00tdhAvaLaNupuHh6YqbDEvkaGFbnb4tR2Wes=";
+    hash = "sha256-iabj6WuS6+65O4ztagT1/H+U8/SKySQ9bQiOfvln1AQ=";
   };
 
   propagatedBuildInputs = [