mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
python310Packages.steamodd: 4.23 -> 5.0
Changelog: https://github.com/Lagg/steamodd/releases/tag/v5.0
This commit is contained in:
parent
6c681f121f
commit
7789015a62
@ -1,17 +1,19 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "steamodd";
|
||||
version = "4.23";
|
||||
version = "5.0";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b95b288a8249937b9183539eef76563a6b1df286a1db04f25141e46d8814eae9";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Lagg";
|
||||
repo = "steamodd";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ySAyCOI1ISuBQ/5+UHSQVji76ZDRGjdVwlBAY9tnSmE=";
|
||||
};
|
||||
|
||||
# tests require API key
|
||||
|
Loading…
Reference in New Issue
Block a user