Merge pull request #57366 from r-ryantm/auto-update/pius

pius: 2.2.6 -> 2.2.7
This commit is contained in:
Ryan Mulligan 2019-03-14 07:41:32 -07:00 committed by GitHub
commit 8c0abe74f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''