Skip to content

Commit bf4b24f

Browse files
authored
pferd: 3.8.1 -> 3.8.2 (#404171)
2 parents 48f568a + 74dc69e commit bf4b24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pf/pferd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
}:
66
python3Packages.buildPythonApplication rec {
77
pname = "pferd";
8-
version = "3.8.1";
8+
version = "3.8.2";
99
format = "pyproject";
1010

1111
src = fetchFromGitHub {
1212
owner = "Garmelon";
1313
repo = "PFERD";
1414
tag = "v${version}";
15-
sha256 = "sha256-IRQQkQTkP0B3S8j2MFP5W18wt6QsZ5MppAwvOUfE1Yg=";
15+
sha256 = "sha256-HDzlztk9ezLSckT1RM0pd2PJjheC9UedM4fL5GJ1Wdk=";
1616
};
1717

1818
nativeBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)