invoice2data: 0.4.2 -> 0.4.4

This commit is contained in:
Bjørn Forsman
2023-11-18 14:56:39 +01:00
parent 9dee3f84f7
commit edd5137105
+2 -2
View File
@@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "invoice2data";
version = "0.4.2";
version = "0.4.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "invoice-x";
repo = pname;
rev = "v${version}";
hash = "sha256-ss2h8cg0sga+lzJyQHckrZB/Eb63Oj3FkqmGqWCzCQ8=";
hash = "sha256-pAvkp8xkHYi/7ymbxaT7/Jhu44j2P8emm8GyXC6IBnI=";
};
patches = [