picosnitch: 2.1.2 -> 2.2.1

This commit is contained in:
R. Ryantm
2026-07-15 23:16:38 +00:00
parent a84be33b3b
commit c6524ae9cf
+2 -2
View File
@@ -11,12 +11,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "picosnitch";
version = "2.1.2";
version = "2.2.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-JTvuZOPgSjdD5jJYLmsqzy8ATzuhtoAu+uGvOVsChks=";
sha256 = "sha256-HJQOO8WTNsan3hMoFu7C2DMYrg98GF5hmK2SR6iy5ew=";
};
build-system = with python3.pkgs; [ hatchling ];