mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
Merge pull request #215678 from erikarvstedt/fix-flit-scm-src-2
python3Packages.flit-scm: Fix src hash
This commit is contained in:
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "WillDaSilva";
|
||||
repo = "flit_scm";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-K5sH+oHgX/ftvhkY+vIg6wUokAP96YxrTWds3tnEtyg=";
|
||||
hash = "sha256-2nx9kWq/2TzauOW+c67g9a3JZ2dhBM4QzKyK/sqWOPo=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
Reference in New Issue
Block a user