summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-08 10:09:39 -0400
committerGitHub <noreply@github.com>2023-10-08 10:09:39 -0400
commit2d7f5499df875ca0c7fa8baa53669268e488fe44 (patch)
tree90fe7b40d07c0af50b9542dfa77535d6b7bac451 /pkgs/development/python-modules
parent8fc4b8dbb411a0e1aca36c0378b50def73ad96fe (diff)
parentce616bcf730a0f3e351ea14346f50a1d638882d6 (diff)
Merge pull request #259756 from fabaff/pydiscovergy-bump
python311Packages.pydiscovergy: 2.0.3 -> 2.0.4
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pydiscovergy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pydiscovergy/default.nix b/pkgs/development/python-modules/pydiscovergy/default.nix
index 31ef680c85c2..d5cdb74b7671 100644
--- a/pkgs/development/python-modules/pydiscovergy/default.nix
+++ b/pkgs/development/python-modules/pydiscovergy/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pydiscovergy";
- version = "2.0.3";
+ version = "2.0.4";
format = "pyproject";
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jpbede";
repo = "pydiscovergy";
rev = "refs/tags/${version}";
- hash = "sha256-iE80r9xXDI01gG0S9zhWsLSdVLQo2R4A5Ktnccsetzk=";
+ hash = "sha256-yHACEo5481BZVqqEj8WeuIpSWAfBqnmRdOWRPH5RuHQ=";
};
nativeBuildInputs = [