summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-22 17:30:18 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-22 20:10:35 +0100
commita3f54c2fcbee9e58570afd985a640217864d47ab (patch)
tree5baad562bf1ba8a2eee59f0a5012961c3cc29e8c /pkgs/development/python-modules
parentfbfd0ba17632dc538f761356625b49294a547da7 (diff)
python312Packages.aiodhcpwatcher: 0.8.1 -> 0.8.2
https://github.com/bdraco/aiodhcpwatcher/blob/v0.8.2/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/aiodhcpwatcher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiodhcpwatcher/default.nix b/pkgs/development/python-modules/aiodhcpwatcher/default.nix
index 4ce243fbec38..b96e7eb29fbc 100644
--- a/pkgs/development/python-modules/aiodhcpwatcher/default.nix
+++ b/pkgs/development/python-modules/aiodhcpwatcher/default.nix
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aiodhcpwatcher";
- version = "0.8.1";
+ version = "0.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "aiodhcpwatcher";
rev = "v${version}";
- hash = "sha256-t0roU91WblymcY69ieRq9zjlCq+gdJ0eDCkIoNQNjsc=";
+ hash = "sha256-yvmCp8luR26yFYun/YY/tt+peaAL4nOR9cC6lpMiJhk=";
};
postPatch = ''