traittypes: use tag in src

This commit is contained in:
Sandro
2025-12-31 17:34:41 +01:00
committed by GitHub
parent 714e4bff5e
commit 3187112ed1
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "jupyter-widgets";
repo = "traittypes";
rev = version;
tag = version;
hash = "sha256-RwEZs4QFK+IrPFPBI7+jnQSFQryQFzEbrnOF8OyExuk=";
};