summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2025-04-21 14:43:14 -0700
committerRobert Schütz <nix@dotlambda.de>2025-04-21 14:43:14 -0700
commit1bd44fd6bdbb993c6ca61ba893b433fcd5eafb61 (patch)
treec473b797e3fdb97ef1b569a2d6021465f9cd592a /pkgs/development/python-modules
parent43adf9fb591de25102d8253d27f7a41bd94b7248 (diff)
python313Packages.eheimdigital: 1.0.6 -> 1.1.0
Diff: https://github.com/autinerd/eheimdigital/compare/refs/tags/1.0.6...refs/tags/1.1.0 Changelog: https://github.com/autinerd/eheimdigital/releases/tag/1.1.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/eheimdigital/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/eheimdigital/default.nix b/pkgs/development/python-modules/eheimdigital/default.nix
index 35497ca9a13f..438cbd43fa69 100644
--- a/pkgs/development/python-modules/eheimdigital/default.nix
+++ b/pkgs/development/python-modules/eheimdigital/default.nix
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "eheimdigital";
- version = "1.0.6";
+ version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "autinerd";
repo = "eheimdigital";
tag = version;
- hash = "sha256-ocDw7ZwuKSGQT8fPcZEbkKyRH0sCOJusopV0kM11rCw=";
+ hash = "sha256-dqQeRaPy9NtvRhmGUVBVzmORJNYxzM2X/ricJUBlCK0=";
};
build-system = [ hatchling ];