Merge pull request #64870 from r-ryantm/auto-update/pius
pius: 2.2.7 -> 3.0.0
This commit is contained in:
commit
ef26020fff
@ -1,15 +1,16 @@
|
|||||||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
|
{ fetchFromGitHub, stdenv, python3Packages, gnupg, perl }:
|
||||||
|
|
||||||
let version = "2.2.7"; in
|
let version = "3.0.0"; in
|
||||||
pythonPackages.buildPythonApplication {
|
python3Packages.buildPythonApplication {
|
||||||
name = "pius-${version}";
|
pname = "pius";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
inherit version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jaymzh";
|
owner = "jaymzh";
|
||||||
repo = "pius";
|
repo = "pius";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1kjj44lf9di4ylvmc949dxncllzd8afp0yknr3152dmxkw1vl127";
|
sha256 = "0l87dx7n6iwy8alxnhvval8h1kl4da6a59hsilbi65c6bpj4dh3y";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
@ -18,8 +19,7 @@ pythonPackages.buildPythonApplication {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
propagatedBuildInputs = with pythonPackages; [ six ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://www.phildev.net/pius/;
|
homepage = https://www.phildev.net/pius/;
|
||||||
|
Loading…
Reference in New Issue
Block a user