We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af136cd + a08bd26 commit f53a6bdCopy full SHA for f53a6bd
pkgs/development/python-modules/yabadaba/default.nix
@@ -24,14 +24,14 @@
24
25
buildPythonPackage rec {
26
pname = "yabadaba";
27
- version = "0.3.1";
+ version = "0.3.2";
28
pyproject = true;
29
30
src = fetchFromGitHub {
31
owner = "usnistgov";
32
repo = "yabadaba";
33
tag = "v${version}";
34
- hash = "sha256-DpkJvi4w0aoD7RC2IFORy8uZ12TuLdcJxfLaSGyATac=";
+ hash = "sha256-ZVV/2/RyDj707OEWcwFgQjJImgoiv91ZEutT3RBuWus=";
35
};
36
37
build-system = [ setuptools ];
0 commit comments