python3Packages.strct: 0.0.34 -> 0.0.35

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 00:28:54 +02:00
parent 4d336f521f
commit e2740cacd4
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "strct";
version = "0.0.34";
version = "0.0.35";
pyproject = true;
src = fetchFromGitHub {
owner = "shaypal5";
repo = "strct";
rev = "v${version}";
hash = "sha256-uPM2U+emZUCGqEhIeTBmaOu8eSfK4arqvv9bItBWpUs=";
tag = "v${version}";
hash = "sha256-4IykGzy1PTrRAbx/sdtzL4My4cDSlplL9rOFBcLbaB8=";
};
# don't append .dev0 to version