python3Packages.archspec: 0.2.2 -> 0.2.3

https://github.com/archspec/archspec/releases/tag/v0.2.3
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:39 +01:00
parent 39a620b268
commit 9e4766b75b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archspec";
version = "0.2.2";
version = "0.2.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
repo = "archspec";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-6+1TiXCBqW8YH/ggZhRcZV/Tyh8Ku3ocwxf9z9KrCZY=";
hash = "sha256-Ek+rmgvG6DbtxljAEHVac/JzNI1MaLpPu4G8nhaxzg8=";
};
nativeBuildInputs = [