summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aioaseko
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-10 09:31:23 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-02-10 09:31:23 +0100
commita62a6a33d12709d4200e084e90f227bf16fd5dfd (patch)
tree27f6c7023d42840aaed3278d03304a64424842fd /pkgs/development/python-modules/aioaseko
parent3c163f25739285377ae9ede38489a346bbe4fcaa (diff)
python3Packages.aioaseko: 0.0.1 -> 0.0.2
Diffstat (limited to 'pkgs/development/python-modules/aioaseko')
-rw-r--r--pkgs/development/python-modules/aioaseko/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioaseko/default.nix b/pkgs/development/python-modules/aioaseko/default.nix
index ca05910511ed..1c31dac5f596 100644
--- a/pkgs/development/python-modules/aioaseko/default.nix
+++ b/pkgs/development/python-modules/aioaseko/default.nix
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aioaseko";
- version = "0.0.1";
+ version = "0.0.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "milanmeu";
repo = pname;
rev = "v${version}";
- hash = "sha256-dfU2J4aDKNR+GoEmdq/NhX4Mrmm9tmCkse1tb+V5EFQ=";
+ hash = "sha256-nJRVNBYfBcLYnBsTpQZYMHYWh0+hQObVKJ7sOXFwDjc=";
};
propagatedBuildInputs = [