python312Packages.elmax-api: 0.0.6.1 -> 0.0.6.2
Diff: https://github.com/albertogeniola/elmax-api/compare/refs/tags/v0.0.6.1...v0.0.6.2 Changelog: https://github.com/albertogeniola/elmax-api/releases/tag/v0.0.6.2
This commit is contained in:
parent
226216574a
commit
8e64298570
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "elmax-api";
|
||||
version = "0.0.6.1";
|
||||
version = "0.0.6.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "albertogeniola";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KMszoyeAIUyHCAuSUuCgbMos7SrQXncz38WqyPblJuE=";
|
||||
hash = "sha256-71ewBzAMWncvgXII2VAcbSDwudxqA+MBCl+TCCwTxa4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user