pius: 2.2.7 -> 3.0.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pius/versions
This commit is contained in:
parent
7803ff314c
commit
06f3c7a1a3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
|
||||
|
||||
let version = "2.2.7"; in
|
||||
let version = "3.0.0"; in
|
||||
pythonPackages.buildPythonApplication {
|
||||
name = "pius-${version}";
|
||||
namePrefix = "";
|
||||
|
@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
|
|||
owner = "jaymzh";
|
||||
repo = "pius";
|
||||
rev = "v${version}";
|
||||
sha256 = "1kjj44lf9di4ylvmc949dxncllzd8afp0yknr3152dmxkw1vl127";
|
||||
sha256 = "0l87dx7n6iwy8alxnhvval8h1kl4da6a59hsilbi65c6bpj4dh3y";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue