python3Packages.satel-integra: 1.1.0 -> 1.2.1
Diff: https://github.com/c-soft/satel_integra/compare/1.1.0...1.2.1 Changelog: https://github.com/c-soft/satel_integra/releases/tag/1.2.1
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "satel-integra";
|
||||
version = "1.1.0";
|
||||
version = "1.2.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "c-soft";
|
||||
repo = "satel_integra";
|
||||
tag = version;
|
||||
hash = "sha256-fuSkLJDxrTgOWYwde1mAwFebYuTA3gsZmxONxgd4bhc=";
|
||||
hash = "sha256-haSCSWLHEvd4AUXMvopYjFdEXQ2u6IGrT7q3sY711PQ=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user