Skip to content

Commit 3bb59d1

Browse files
authored
peru: 1.2.0 -> 1.3.3 (NixOS#373970)
2 parents c1d2c1d + a979c78 commit 3bb59d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pe/peru/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "peru";
9-
version = "1.2.0";
9+
version = "1.3.3";
1010

1111
disabled = python3Packages.pythonOlder "3.5";
1212

1313
src = fetchFromGitHub {
1414
owner = "buildinspace";
1515
repo = "peru";
1616
rev = version;
17-
sha256 = "0p4j51m89glx12cd65lcnbwpvin0v49wkhrx06755skr7v37pm2a";
17+
sha256 = "FCyR14jcFjI6epoFPNVyFZ4k1URZ1NraX1+ajVcCQ2A=";
1818
};
1919

2020
propagatedBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)