Skip to content

Commit f9fbeb4

Browse files
committed
python3Packages.homf: 1.0.0 → 1.1.1
1.1.0 wasn't released, due to a CI/CD pipeline bug.
1 parent 5963d2a commit f9fbeb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/homf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "homf";
14-
version = "1.0.0";
14+
version = "1.1.1";
1515
pyproject = true;
1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchFromGitHub {
1919
owner = "duckinator";
2020
repo = "homf";
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-PU5VjBIVSMupTBh/qvVuZSFWpBbJOylCR02lONn9/qw=";
22+
hash = "sha256-fDH6uJ2d/Jsnuudv+Qlv1tr3slxOJWh7b4smGS32n9A=";
2323
};
2424

2525
build-system = [ hatchling ];

0 commit comments

Comments
 (0)