high-tide: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-04-13 18:24:28 +00:00
parent f190b34c65
commit 3e05bcbf0c
+2 -2
View File
@@ -20,14 +20,14 @@
python313Packages.buildPythonApplication (finalAttrs: {
pname = "high-tide";
version = "1.2.0";
version = "1.3.0";
pyproject = false;
src = fetchFromGitHub {
owner = "Nokse22";
repo = "high-tide";
tag = "v${finalAttrs.version}";
hash = "sha256-KaUI0Sa2sYrwv6v8kVbBwaTLaeY/B6tnDMJNNGazn9M=";
hash = "sha256-BJN29Ew4yN2Whk9BVuo/eaumrN/65boeWc35lwbpBXg=";
};
nativeBuildInputs = [