python310Packages.devtools: 0.8.0 -> 0.10.0
Diff: https://github.com/samuelcolvin/python-devtools/compare/v0.8.0...v0.10.0 Changelog: https://github.com/samuelcolvin/python-devtools/releases/tag/v0.10.0 In particular, this also fixes the x86_64-linux build at this point.
This commit is contained in:
parent
e53d1600cb
commit
4f1ab0953d
@ -2,6 +2,7 @@
|
||||
, asttokens
|
||||
, buildPythonPackage
|
||||
, executing
|
||||
, hatchling
|
||||
, fetchFromGitHub
|
||||
, pygments
|
||||
, pytest-mock
|
||||
@ -11,18 +12,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "devtools";
|
||||
version = "0.8.0";
|
||||
format = "setuptools";
|
||||
version = "0.10.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "samuelcolvin";
|
||||
repo = "python-${pname}";
|
||||
rev = "v${version}";
|
||||
sha256 = "0yavcbxzxi1nfa1k326gsl03y8sadi5z5acamwd8b1bsiv15p757";
|
||||
sha256 = "sha256-x9dL/FE94OixMAmjnmfzZUcYJBqE5P2AAIFsNJF0Fxo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
asttokens
|
||||
executing
|
||||
|
Loading…
Reference in New Issue
Block a user