Skip to content

Commit 25ebbdf

Browse files
authored
python312Packages.bidsschematools: 1.0.2 -> 1.0.3 (#384810)
2 parents 39f464d + e774f77 commit 25ebbdf

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 = "1.0.2";
14+
version = "1.0.3";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.9";
1818

1919
src = fetchPypi {
2020
pname = "bidsschematools";
2121
inherit version;
22-
hash = "sha256-JLm+iIyHPK0o1RtRM/Q1HNc6oCpPl/UaNhJO1xsXzT4=";
22+
hash = "sha256-uEThihkXkC0SmFfnRmD1idA02jqI3JVZAUhWZjhWvfc=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)