python3Packages.strct: 0.0.34 -> 0.0.35 (#417375)
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "strct";
|
||||
version = "0.0.34";
|
||||
version = "0.0.35";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shaypal5";
|
||||
repo = "strct";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-uPM2U+emZUCGqEhIeTBmaOu8eSfK4arqvv9bItBWpUs=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-4IykGzy1PTrRAbx/sdtzL4My4cDSlplL9rOFBcLbaB8=";
|
||||
};
|
||||
|
||||
# don't append .dev0 to version
|
||||
|
||||
Reference in New Issue
Block a user