corrscope: 0.10.0 -> 0.10.1 (#344529)

This commit is contained in:
Nick Cao 2024-09-26 15:57:19 -04:00 committed by GitHub
commit f0bcff3bb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "corrscope";
version = "0.10.0";
version = "0.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "corrscope";
repo = "corrscope";
rev = "refs/tags/${version}";
hash = "sha256-hyLCygaSWMQd+UJ/Ijgk9C+3O/r5x0aaW/x9PoojDIg=";
hash = "sha256-WSv65jEu/w6iNrL/f5PN147FBjmR0j30H1D39dd+KN8=";
};
pythonRelaxDeps = [ "attrs" "ruamel.yaml" ];