Skip to content

Commit a08bd26

Browse files
committed
python3Packages.yabadaba: 0.3.1 -> 0.3.2
1 parent 72469b3 commit a08bd26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2525
buildPythonPackage rec {
2626
pname = "yabadaba";
27-
version = "0.3.1";
27+
version = "0.3.2";
2828
pyproject = true;
2929

3030
src = fetchFromGitHub {
3131
owner = "usnistgov";
3232
repo = "yabadaba";
3333
tag = "v${version}";
34-
hash = "sha256-DpkJvi4w0aoD7RC2IFORy8uZ12TuLdcJxfLaSGyATac=";
34+
hash = "sha256-ZVV/2/RyDj707OEWcwFgQjJImgoiv91ZEutT3RBuWus=";
3535
};
3636

3737
build-system = [ setuptools ];

0 commit comments

Comments
 (0)