mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.firebase-messaging: 0.2.0 -> 0.2.1
This commit is contained in:
parent
cdd619c9eb
commit
c912bb8bcc
1 changed files with 3 additions and 3 deletions
|
@ -27,14 +27,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "firebase-messaging";
|
pname = "firebase-messaging";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sdb9696";
|
owner = "sdb9696";
|
||||||
repo = "firebase-messaging";
|
repo = "firebase-messaging";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-e3Ny3pnAfOpNERvvtE/jqSDIsM+YwLq/hbw753QpJ6o=";
|
hash = "sha256-8e+S12ZMqAmK7OR7O45QsRa0UKQq6cngeaqz2ugi6iY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue