We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5963d2a commit f9fbeb4Copy full SHA for f9fbeb4
pkgs/development/python-modules/homf/default.nix
@@ -11,15 +11,15 @@
11
12
buildPythonPackage rec {
13
pname = "homf";
14
- version = "1.0.0";
+ version = "1.1.1";
15
pyproject = true;
16
disabled = pythonOlder "3.8";
17
18
src = fetchFromGitHub {
19
owner = "duckinator";
20
repo = "homf";
21
rev = "refs/tags/v${version}";
22
- hash = "sha256-PU5VjBIVSMupTBh/qvVuZSFWpBbJOylCR02lONn9/qw=";
+ hash = "sha256-fDH6uJ2d/Jsnuudv+Qlv1tr3slxOJWh7b4smGS32n9A=";
23
};
24
25
build-system = [ hatchling ];
0 commit comments