python312Packages.guidata: 3.7.0 -> 3.7.1
Diff: https://github.com/PlotPyStack/guidata/compare/refs/tags/v3.7.0...v3.7.1 Changelog: https://github.com/PlotPyStack/guidata/blob/refs/tags/v3.7.1/CHANGELOG.md
This commit is contained in:
parent
987c737557
commit
f8ba284376
@ -28,14 +28,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "guidata";
|
||||
version = "3.7.0";
|
||||
version = "3.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PlotPyStack";
|
||||
repo = "guidata";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-rcBBCtUlhhwmdJjSNEvmH1SGJASPoh4TNtz+zfQ2OLc=";
|
||||
hash = "sha256-Qao10NyqFLysx/9AvORX+EIrQlnQJQhSYkVHeTwIutQ=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
Loading…
Reference in New Issue
Block a user