mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Merge pull request #284141 from quantenzitrone/doge
doge: 3.6.0 -> 3.7.0
This commit is contained in:
commit
c255977a17
@ -2,26 +2,21 @@
|
||||
lib,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
}:
|
||||
python3Packages.buildPythonPackage rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "doge";
|
||||
version = "3.6.0";
|
||||
version = "3.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Olivia5k";
|
||||
repo = "doge";
|
||||
rev = version;
|
||||
hash = "sha256-72nRghD5k0ofrlvV3hEdyrr6uzV4+8At1bOCmRZTxhk=";
|
||||
hash = "sha256-LmEbDQUZe/3lg/Ze+WUNyYfC8zMr88/rn10sL0jgbGA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/Olivia5k/doge/pull/66, adds a small doge
|
||||
(fetchpatch {
|
||||
url = "https://github.com/Olivia5k/doge/commit/14e3ccc0a3f1e91862492e20a34d008768a34039.patch";
|
||||
hash = "sha256-3F+7F9RuoiVWoN+69T7tM871AXX1IQbHqFxD+S3TjxQ=";
|
||||
})
|
||||
];
|
||||
pyproject = true;
|
||||
nativeBuildInputs = [python3Packages.setuptools];
|
||||
propagatedBuildInputs = [python3Packages.python-dateutil];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/Olivia5k/doge";
|
||||
|
Loading…
Reference in New Issue
Block a user