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 ca10568 + 0e1ea2d commit fd8ac81Copy full SHA for fd8ac81
pkgs/development/python-modules/python-snoo/default.nix
@@ -10,14 +10,14 @@
10
11
buildPythonPackage rec {
12
pname = "python-snoo";
13
- version = "0.6.4";
+ version = "0.6.5";
14
pyproject = true;
15
16
src = fetchFromGitHub {
17
owner = "Lash-L";
18
repo = "python-snoo";
19
tag = "v${version}";
20
- hash = "sha256-Lzyh9DbU9opKxx/2eb2yDEmwHCHsDkbcU6Xhqj0qOaU=";
+ hash = "sha256-vge7tCtKigBIOyInJVVztLdbr1trXTRu3Xbcst2VZN0=";
21
};
22
23
postPatch = ''
0 commit comments