Merge pull request #201927 from r-ryantm/auto-update/nth
nth: 1.10 -> 1.11.0
This commit is contained in:
commit
e9b195248c
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "name-that-hash";
|
pname = "name-that-hash";
|
||||||
version = "1.10";
|
version = "1.11.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "HashPals";
|
owner = "HashPals";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-3sddUPoC3NfKQzmNgqPf/uHaYN9VZBqsmV712uz1Phg=";
|
hash = "sha256-zOb4BS3zG1x8GLXAooqqvMOw0fNbw35JuRWOdGP26/8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO remove on next update which bumps rich
|
# TODO remove on next update which bumps rich
|
||||||
|
Loading…
Reference in New Issue
Block a user