mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
python312Packages.python-hcl2: 5.0.0 -> 5.1.1
This commit is contained in:
parent
1ca5dab707
commit
cfc067b5c9
@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-hcl2";
|
||||
version = "5.0.0";
|
||||
version = "5.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "amplify-education";
|
||||
repo = "python-hcl2";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-aUPjW3yQci5aG85qIRHPiKiX01cFw8jWKJY5RuRATvQ=";
|
||||
hash = "sha256-SS0v1H91aTkJtGo9sICOF+/umIq5e01BR0/xNvIXkUU=";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
Loading…
Reference in New Issue
Block a user