Skip to content

Commit 1b3214e

Browse files
committed
python312Packages.persim: 0.3.7 -> 0.3.8
1 parent 4f4026f commit 1b3214e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/persim/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "persim";
19-
version = "0.3.7";
19+
version = "0.3.8";
2020
format = "setuptools";
2121

2222
disabled = pythonOlder "3.7";
2323

2424
src = fetchPypi {
2525
inherit pname version;
26-
hash = "sha256-dvcpj7ekbNvsc2+FSXfx4Xlt3y1pdO2n2FnKKEf032Q=";
26+
hash = "sha256-4T0YWEF2uKdk0W1+Vt8I3Mi6ZsazJXoHI0W+O9WbpA0=";
2727
};
2828

2929
propagatedBuildInputs = [

0 commit comments

Comments
 (0)