+2
-2
pkgs/development/python-modules/eheimdigital/default.nix
+2
-2
pkgs/development/python-modules/eheimdigital/default.nix
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "eheimdigital";
12
-
version = "1.0.6";
12
+
version = "1.1.0";
13
13
pyproject = true;
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "autinerd";
17
17
repo = "eheimdigital";
18
18
tag = version;
19
-
hash = "sha256-ocDw7ZwuKSGQT8fPcZEbkKyRH0sCOJusopV0kM11rCw=";
19
+
hash = "sha256-dqQeRaPy9NtvRhmGUVBVzmORJNYxzM2X/ricJUBlCK0=";
20
20
};
21
21
22
22
build-system = [ hatchling ];