mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python: mozprocess: 0.26 -> 1.0.0
This commit is contained in:
parent
22c4ca1e9a
commit
13cf07c7a9
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mozprocess";
|
||||
version = "0.26";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9f471c45bee9ff14e936c6ee216a6cc4941223659c01fa626bce628001d8485c";
|
||||
sha256 = "a0fd8367e663d3cac74ee46bffa789667bc8d52f242d81a14522205fa6650cb2";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ mozinfo ];
|
||||
|
Loading…
Reference in New Issue
Block a user