nwg-hello: 0.2.4 -> 0.3.0 (#362927)

This commit is contained in:
Wolfgang Walther
2024-12-12 20:34:37 +01:00
committed by GitHub
+3 -3
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-hello";
version = "0.2.4";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-hello";
rev = "refs/tags/v${version}";
hash = "sha256-WE6jtVZfsWJREZghU93v8EAq16MiERYnq3Y0g2caYPs=";
tag = "v${version}";
hash = "sha256-cIRHvDTEaKHwOg9F/roE+8axl2f0hZIqVNe3xs/T9Ag=";
};
nativeBuildInputs = [