Unverified Commit b7d8186a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.eheimdigital: 1.5.0 -> 1.6.0 (#487150)

parents 4c6e72d9 117a6272
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "eheimdigital";
  version = "1.5.0";
  version = "1.6.0";
  pyproject = true;

  src = fetchFromCodeberg {
    owner = "autinerd";
    repo = "eheimdigital";
    tag = version;
    hash = "sha256-+11TtI9+hEGghKs9UeJRUTUpwA40OUmCp0vnuIH+Wn4=";
    hash = "sha256-BXezA2wFP3KeAVwnZC9WYIIXeADHUmSJHTRfZE6Rk48=";
  };

  build-system = [ hatchling ];