python313Packages.pycfmodel: 1.0.1 -> 1.1.0
Diff: https://github.com/Skyscanner/pycfmodel/compare/refs/tags/v1.0.1...v1.1.0 Changelog: https://github.com/Skyscanner/pycfmodel/releases/tag/v1.1.0
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycfmodel";
|
||||
version = "1.0.1";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "Skyscanner";
|
||||
repo = "pycfmodel";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TcSTJevWcr+fnQrYBkygPrMKhHb9QYAlmTkC6hlM2BE=";
|
||||
hash = "sha256-mFO3T5FmVLAXPmLJsueCDdCLoFfBwQwryxfEtkLz1rM=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "pydantic" ];
|
||||
|
||||
Reference in New Issue
Block a user