Skip to content

Commit fd8ac81

Browse files
authored
python313Packages.python-snoo: 0.6.4 -> 0.6.5 (NixOS#394057)
2 parents ca10568 + 0e1ea2d commit fd8ac81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1111
buildPythonPackage rec {
1212
pname = "python-snoo";
13-
version = "0.6.4";
13+
version = "0.6.5";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "Lash-L";
1818
repo = "python-snoo";
1919
tag = "v${version}";
20-
hash = "sha256-Lzyh9DbU9opKxx/2eb2yDEmwHCHsDkbcU6Xhqj0qOaU=";
20+
hash = "sha256-vge7tCtKigBIOyInJVVztLdbr1trXTRu3Xbcst2VZN0=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)