python312Packages.scikit-hep-testdata: 0.5.2 -> 0.5.3

authored by R. Ryantm and committed by Dmitry Kalinkin df85f5d2 8fe0b9de

+3 -3
+3 -3
pkgs/development/python-modules/scikit-hep-testdata/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "scikit-hep-testdata"; 18 - version = "0.5.2"; 18 + version = "0.5.3"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "scikit-hep"; 23 23 repo = "scikit-hep-testdata"; 24 24 tag = "v${version}"; 25 - hash = "sha256-yG9ZeBKB0NcTZ8zU0iJTSwDvaafD+2FzkDk2dVYSJO8="; 25 + hash = "sha256-T325BqQquuTwSKaei4O+UBzzB+OIXhubdPNaBmVkrCk="; 26 26 }; 27 27 28 28 build-system = [ setuptools-scm ]; ··· 41 41 meta = { 42 42 homepage = "https://github.com/scikit-hep/scikit-hep-testdata"; 43 43 description = "Common package to provide example files (e.g., ROOT) for testing and developing packages against"; 44 - changelog = "https://github.com/scikit-hep/scikit-hep-testdata/releases/tag/v${version}"; 44 + changelog = "https://github.com/scikit-hep/scikit-hep-testdata/releases/tag/${src.tag}"; 45 45 license = lib.licenses.bsd3; 46 46 maintainers = with lib.maintainers; [ veprbl ]; 47 47 };