Skip to content

Commit 54834bd

Browse files
authored
python312Packages.bidsschematools: 0.11.3 -> 0.11.3.post3 (#357423)
2 parents 0c84ae5 + 7de6008 commit 54834bd

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/bidsschematools

1 file changed

+2
-2
lines changed

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

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

1212
buildPythonPackage rec {
1313
pname = "bidsschematools";
14-
version = "0.11.3";
14+
version = "0.11.3.post3";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.9";
1818

1919
src = fetchPypi {
2020
pname = "bidsschematools";
2121
inherit version;
22-
hash = "sha256-GvR3pOXXmdpjH2xdL+trhLW6ZdsTpEWUdNUlVQ4gFXo=";
22+
hash = "sha256-GGMNAEW/gyBaduVuzPN5+9hmHYp+XQJwG8KQBeVkKfc=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)