mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
mov-cli: 4.4.8 -> 4.4.12 (#339221)
This commit is contained in:
commit
7cf1ed0d8d
|
@ -8,7 +8,7 @@
|
|||
|
||||
let
|
||||
pname = "mov-cli";
|
||||
version = "4.4.8";
|
||||
version = "4.4.12";
|
||||
in
|
||||
python3.pkgs.buildPythonPackage {
|
||||
inherit pname version;
|
||||
|
@ -18,7 +18,7 @@ python3.pkgs.buildPythonPackage {
|
|||
owner = "mov-cli";
|
||||
repo = "mov-cli";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-MpSwSYsHsrG7ceXXJnFMg1bgadOhe23eNVCNMxlY0pQ=";
|
||||
hash = "sha256-S8IB2TRmzoSKKeTKhESWstPPbSIL8LwqV5Y2+9F0KMo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue