syrics: 0.1.2.1 -> 0.1.2.2

This commit is contained in:
R. Ryantm
2025-07-15 22:47:56 +00:00
parent ab7ac10545
commit 64fa67d73a
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "syrics";
version = "0.1.2.1";
version = "0.1.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "akashrchandran";
repo = "syrics";
tag = "v${version}";
hash = "sha256-qRC376RcheiiRAmxwszXbz5CFkpsN6uREiCwc0/NUQg=";
hash = "sha256-Ck7pTUgOdib0WqPnvTU6NHKWhMYsIZBY0rzUtFi0q/A=";
};
build-system = [