summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-07 13:32:05 +0800
committerGitHub <noreply@github.com>2023-03-07 13:32:05 +0800
commit9110e8cba872767ed85c0be008676b0d33e454b9 (patch)
tree1ba4f69e98d86f9b3029a73aa08bab68d9fb33e1
parente6b907512f7fa90db60c8c5985d61533b060e95d (diff)
parent2448927413e25f0f000d2f8ac4468436c6ee75aa (diff)
Merge pull request #219865 from r-ryantm/auto-update/python310Packages.aioconsole
python310Packages.aioconsole: 0.6.0 -> 0.6.1
-rw-r--r--pkgs/development/python-modules/aioconsole/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioconsole/default.nix b/pkgs/development/python-modules/aioconsole/default.nix
index b5d93fae31b2..9451bcd92b4c 100644
--- a/pkgs/development/python-modules/aioconsole/default.nix
+++ b/pkgs/development/python-modules/aioconsole/default.nix
@@ -16,7 +16,7 @@
# wrapped to be able to find aioconsole and any other packages.
buildPythonPackage rec {
pname = "aioconsole";
- version = "0.6.0";
+ version = "0.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "vxgmichel";
repo = pname;
rev = "refs/tags/v${version}";
- sha256 = "sha256-tINfOGJz0v7zPh9ii7PlgzBBCXvEXif1jWLIi27FLYQ=";
+ sha256 = "sha256-XR79o65jZFR9jr9ubw7wdxCWNH8ANMrBDTVpLnetsuU=";
};
nativeCheckInputs = [