Unverified Commit 84d9ef3a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pystiebeleltron: 0.2.4 -> 0.2.5 (#458961)

parents 63143810 885e216a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pystiebeleltron";
  version = "0.2.4";
  version = "0.2.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ThyMYthOS";
    repo = "python-stiebel-eltron";
    tag = "v${version}";
    hash = "sha256-36KEE1GvdXUjF6V3V5d+0hvUb4/cVKNfTI6xyc4/aLM=";
    hash = "sha256-irZmtsGcbmr5+aniBofDg0fhkP646h3mpRyTdWndOyY=";
  };

  build-system = [ hatchling ];