Merge pull request #335336 from dotlambda/python3Packages.klein
python312Packages.klein: unstable-2023-09-05 -> 24.8.0
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
wheel,
|
||||
|
||||
# dependencies
|
||||
attrs,
|
||||
@@ -25,24 +24,24 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "klein";
|
||||
version = "unstable-2023-09-05";
|
||||
format = "pyproject";
|
||||
version = "24.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "twisted";
|
||||
repo = pname;
|
||||
rev = "44b356ede27a667252ae5392014c802f0492c017";
|
||||
hash = "sha256-zHdyyx5IseFWr25BGLL0dDM8/5BDehsvbxIci+DEo9s=";
|
||||
repo = "klein";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-2/zl4fS9ZP73quPmGnz2+brEt84ODgVS89Om/cUsj0M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
incremental
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
attrs
|
||||
hyperlink
|
||||
incremental
|
||||
|
||||
Reference in New Issue
Block a user