pius: 2.2.6 -> 2.2.7
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
213d6dd6ac
commit
a8ef518785
@ -1,6 +1,6 @@
|
||||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
|
||||
|
||||
let version = "2.2.6"; in
|
||||
let version = "2.2.7"; in
|
||||
pythonPackages.buildPythonApplication {
|
||||
name = "pius-${version}";
|
||||
namePrefix = "";
|
||||
@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
|
||||
owner = "jaymzh";
|
||||
repo = "pius";
|
||||
rev = "v${version}";
|
||||
sha256 = "1rffwyjd84rwx1w5yyqckirm1kdj80ldfwjlw91kk74swhpbpzzj";
|
||||
sha256 = "1kjj44lf9di4ylvmc949dxncllzd8afp0yknr3152dmxkw1vl127";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user