python3Packages.archspec: 0.2.4 -> 0.2.5

https://github.com/archspec/archspec/releases/tag/v0.2.5

Changed files
+3 -3
pkgs
development
python-modules
archspec
+3 -3
pkgs/development/python-modules/archspec/default.nix
···
buildPythonPackage rec {
pname = "archspec";
-
version = "0.2.4";
+
version = "0.2.5";
pyproject = true;
disabled = pythonOlder "3.7";
···
repo = "archspec";
tag = "v${version}";
fetchSubmodules = true;
-
hash = "sha256-Xg1XdmKk2b6fqzOdedU3SGIgy65CjExxDByt/Xvmr24=";
+
hash = "sha256-BfjFNwfNyT/da0Z5/bBdbv+RT8lqM0s2q64cz79vuF0=";
};
build-system = [ poetry-core ];
···
meta = with lib; {
description = "Library for detecting, labeling, and reasoning about microarchitectures";
homepage = "https://archspec.readthedocs.io/";
-
changelog = "https://github.com/archspec/archspec/releases/tag/v${version}";
+
changelog = "https://github.com/archspec/archspec/releases/tag/${src.tag}";
license = with licenses; [
mit
asl20