corrscope: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2024-06-08 08:42:40 +00:00
parent 0c11926f56
commit 612ff98583
+3 -3
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "corrscope";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "corrscope";
repo = "corrscope";
rev = version;
hash = "sha256-kOPhVm4epIhBSsgQVKNCoQ7DZcMG/b3sapxwwKo/V+U=";
rev = "refs/tags/${version}";
hash = "sha256-SKsPe68CNaoUzGjMZn4azGFM3SbBipHK8gJcrm4+T+I=";
};
pythonRelaxDeps = [ "attrs" "ruamel.yaml" ];