Commit f9fbeb4d authored by nicoo's avatar nicoo
Browse files

python3Packages.homf: 1.0.0 → 1.1.1

1.1.0 wasn't released, due to a CI/CD pipeline bug.
parent 5963d2a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "homf";
  version = "1.0.0";
  version = "1.1.1";
  pyproject = true;
  disabled = pythonOlder "3.8";

@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "duckinator";
    repo = "homf";
    rev = "refs/tags/v${version}";
    hash = "sha256-PU5VjBIVSMupTBh/qvVuZSFWpBbJOylCR02lONn9/qw=";
    hash = "sha256-fDH6uJ2d/Jsnuudv+Qlv1tr3slxOJWh7b4smGS32n9A=";
  };

  build-system = [ hatchling ];