python313Packages.adext: 0.4.3 -> 0.4.4
Diff: https://github.com/ajschmidt8/adext/compare/refs/tags/v0.4.3...v0.4.4 Changelog: https://github.com/ajschmidt8/adext/releases/tag/v0.4.4
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "adext";
|
pname = "adext";
|
||||||
version = "0.4.3";
|
version = "0.4.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "ajschmidt8";
|
owner = "ajschmidt8";
|
||||||
repo = "adext";
|
repo = "adext";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-y8BvcSc3vD0FEWiyzW2Oh6PBS2Itjs2sz+9Dzh5yqSg=";
|
hash = "sha256-KzL9yNdWgeO4Q5NzyHgxWv5gy2Awr86qYD526dyZCtM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools-scm ];
|
build-system = [ setuptools-scm ];
|
||||||
|
|||||||
Reference in New Issue
Block a user