summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authordotlambda <github@dotlambda.de>2026-05-02 22:16:01 +0000
committerGitHub <noreply@github.com>2026-05-02 22:16:01 +0000
commitd4b7288d76efba491066b5dc1e38dfe9bb0f11be (patch)
tree2c7c469f64b1e99c7a21eaa2246b0f921963bcce /pkgs/development/python-modules
parent5d28c263245becec1b392e1a5a2a925b55ed8d12 (diff)
parent17dae66db1526ae33ab874b49c9fe0833bbe9dc3 (diff)
python3Packages.pytest-mockito: 0.0.6 -> 0.0.6.post1 (#515514)
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pytest-mockito/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-mockito/default.nix b/pkgs/development/python-modules/pytest-mockito/default.nix
index abb5e1ec9aa9..8874b3705ba2 100644
--- a/pkgs/development/python-modules/pytest-mockito/default.nix
+++ b/pkgs/development/python-modules/pytest-mockito/default.nix
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-mockito";
- version = "0.0.6";
+ version = "0.0.6.post1";
pyproject = true;
src = fetchFromGitHub {
owner = "kaste";
repo = "pytest-mockito";
rev = version;
- hash = "sha256-iXL9INddGWkBTPoR1fvyeRts8JPKoyeqAmaHRBlXq2k=";
+ hash = "sha256-zlErrgVeeVNojZfYYACRx/4sDWaub7EN1bCr4IhtMPg=";
};
build-system = [