mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
podman-compose: 1.1.0 -> 1.2.0
This commit is contained in:
parent
2a947814b4
commit
50cdc3243e
@ -1,7 +1,7 @@
|
||||
{ lib, buildPythonApplication, fetchFromGitHub, python-dotenv, pyyaml, setuptools, pipBuildHook, pypaBuildHook }:
|
||||
{ lib, buildPythonApplication, fetchFromGitHub, python-dotenv, pyyaml, setuptools, pypaBuildHook }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
pname = "podman-compose";
|
||||
pyproject = true;
|
||||
|
||||
@ -9,10 +9,9 @@ buildPythonApplication rec {
|
||||
repo = "podman-compose";
|
||||
owner = "containers";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-uNgzdLrnDIABtt0L2pvsil14esRzl0XcWohgf7Oksr8=";
|
||||
hash = "sha256-40RatexY/6eRfCodaiBeJpyt1sDUj2STSPL0gBECdRs=";
|
||||
};
|
||||
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user